| Modifier and Type | Method and Description |
|---|---|
CompressionLevel |
NettyFabricClientConfig.getFileServerFolderCompressionLevel() |
| Modifier and Type | Method and Description |
|---|---|
static CompressionLevel |
CompressionLevel.getCompressionLevel(int level) |
static CompressionLevel |
CompressionLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompressionLevel[] |
CompressionLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Path |
FileHelperUtil.zip(Path sourcePath,
Path destDirPath,
CompressionLevel compressionLevel) |
| Constructor and Description |
|---|
FileRequestChannelHandler(CompressionLevel compressionLevel) |
| Modifier and Type | Method and Description |
|---|---|
CompressionLevel |
NettyFabricServerConfig.getFileServerFolderCompressionLevel() |