Uses of Class
org.glassfish.grizzly.http.CompressionConfig
-
Packages that use CompressionConfig Package Description org.glassfish.grizzly.http -
-
Uses of CompressionConfig in org.glassfish.grizzly.http
Methods in org.glassfish.grizzly.http with parameters of type CompressionConfig Modifier and Type Method Description static booleanCompressionConfig. isClientSupportCompression(CompressionConfig compressionConfig, HttpRequestPacket request, String[] aliases)Returns true if a client, based on itsHttpRequestPacket, could be responded with compressed data, or false otherwise.voidCompressionConfig. set(CompressionConfig compression)Copies the source CompressionConfig object value into this object.Constructors in org.glassfish.grizzly.http with parameters of type CompressionConfig Constructor Description CompressionConfig(CompressionConfig compression)The copy constructor.
-