Uses of Class
org.glassfish.grizzly.http.CompressionConfig
Packages that use CompressionConfig
-
Uses of CompressionConfig in org.glassfish.grizzly.http
Methods in org.glassfish.grizzly.http with parameters of type CompressionConfigModifier and TypeMethodDescriptionstatic 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 CompressionConfigModifierConstructorDescriptionCompressionConfig(CompressionConfig compression) The copy constructor.