java.lang.Object
org.eclipse.jetty.client.ContentDecoder.Factory
org.eclipse.jetty.client.GZIPContentDecoder.Factory
- Enclosing class:
GZIPContentDecoder
Specialized
ContentDecoder.Factory for the "gzip" encoding.-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.eclipse.jetty.client.ContentDecoder.Factory
equals, getEncoding, hashCode
-
Constructor Details
-
Factory
public Factory() -
Factory
public Factory(int bufferSize) -
Factory
public Factory(org.eclipse.jetty.io.ByteBufferPool byteBufferPool) -
Factory
public Factory(org.eclipse.jetty.io.ByteBufferPool byteBufferPool, int bufferSize)
-
-
Method Details
-
newContentDecoder
Description copied from class:ContentDecoder.FactoryFactory method forContentDecoders- Specified by:
newContentDecoderin classContentDecoder.Factory- Returns:
- a new instance of a
ContentDecoder
-