Uses of Class
org.glassfish.grizzly.http.server.CompressionLevel

Packages that use CompressionLevel
org.glassfish.grizzly.http.server   
 

Uses of CompressionLevel in org.glassfish.grizzly.http.server
 

Methods in org.glassfish.grizzly.http.server that return CompressionLevel
static CompressionLevel CompressionLevel.getCompressionLevel(java.lang.String compression)
          Set compression level.
static CompressionLevel CompressionLevel.valueOf(java.lang.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.
 

Constructors in org.glassfish.grizzly.http.server with parameters of type CompressionLevel
CompressionEncodingFilter(CompressionLevel compressionLevel, int compressionMinSize, java.lang.String[] compressableMimeTypes, java.lang.String[] noCompressionUserAgents, java.lang.String[] aliases)
           
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.