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
public static class GZIPContentDecoder.Factory extends ContentDecoder.Factory
SpecializedContentDecoder.Factory
for the "gzip" encoding.
-
-
Constructor Summary
Constructors Constructor Description Factory()
Factory(int bufferSize)
Factory(ByteBufferPool byteBufferPool)
Factory(ByteBufferPool byteBufferPool, int bufferSize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContentDecoder
newContentDecoder()
Factory method forContentDecoder
s-
Methods inherited from class org.eclipse.jetty.client.ContentDecoder.Factory
equals, getEncoding, hashCode
-
-
-
-
Constructor Detail
-
Factory
public Factory()
-
Factory
public Factory(int bufferSize)
-
Factory
public Factory(ByteBufferPool byteBufferPool)
-
Factory
public Factory(ByteBufferPool byteBufferPool, int bufferSize)
-
-
Method Detail
-
newContentDecoder
public ContentDecoder newContentDecoder()
Description copied from class:ContentDecoder.Factory
Factory method forContentDecoder
s- Specified by:
newContentDecoder
in classContentDecoder.Factory
- Returns:
- a new instance of a
ContentDecoder
-
-