Package org.eclipse.jetty.client
Class GZIPContentDecoder.Factory
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
ConstructorsConstructorDescriptionFactory()Factory(int bufferSize) Factory(ByteBufferPool byteBufferPool) Factory(ByteBufferPool byteBufferPool, int bufferSize) -
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
-
Factory
-
-
Method Details
-
newContentDecoder
Description copied from class:ContentDecoder.FactoryFactory method forContentDecoders- Specified by:
newContentDecoderin classContentDecoder.Factory- Returns:
- a new instance of a
ContentDecoder
-