Package | Description |
---|---|
org.glassfish.grizzly.http.server |
Modifier and Type | Method and Description |
---|---|
static CompressionLevel |
CompressionLevel.getCompressionLevel(String compression)
Set compression 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.
|
Constructor and Description |
---|
CompressionEncodingFilter(CompressionLevel compressionLevel,
int compressionMinSize,
String[] compressableMimeTypes,
String[] noCompressionUserAgents,
String[] aliases) |
Copyright © 2013 Oracle Corporation. All Rights Reserved.