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(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.
 

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



Copyright © 2012 Oracle Corporation. All Rights Reserved.