Class GzipDecoderConfig
java.lang.Object
org.eclipse.jetty.compression.gzip.GzipDecoderConfig
- All Implemented Interfaces:
DecoderConfig
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
GzipDecoderConfig
public GzipDecoderConfig()
-
-
Method Details
-
getBufferSize
public int getBufferSize()- Specified by:
getBufferSize
in interfaceDecoderConfig
-
setBufferSize
public void setBufferSize(int size) - Specified by:
setBufferSize
in interfaceDecoderConfig
-