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
ConstructorDescriptionFactory()
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.Factory
Factory method forContentDecoder
s- Specified by:
newContentDecoder
in classContentDecoder.Factory
- Returns:
- a new instance of a
ContentDecoder
-