Uses of Class
org.glassfish.grizzly.http.server.CompressionLevel
-
Packages that use CompressionLevel Package Description org.glassfish.grizzly.http.server -
-
Uses of CompressionLevel in org.glassfish.grizzly.http.server
Methods in org.glassfish.grizzly.http.server that return CompressionLevel Modifier and Type Method Description static CompressionLevelCompressionLevel. getCompressionLevel(String compression)Deprecated.Set compression level.static CompressionLevelCompressionLevel. valueOf(String name)Deprecated.Returns the enum constant of this type with the specified name.static CompressionLevel[]CompressionLevel. values()Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
-