public static class GZIPContentDecoder.Factory extends ContentDecoder.Factory
ContentDecoder.Factory
for the "gzip" encoding.Modifier and Type | Field and Description |
---|---|
private int |
bufferSize |
private ByteBufferPool |
byteBufferPool |
Constructor and Description |
---|
Factory() |
Factory(ByteBufferPool byteBufferPool) |
Factory(ByteBufferPool byteBufferPool,
int bufferSize) |
Factory(int bufferSize) |
Modifier and Type | Method and Description |
---|---|
ContentDecoder |
newContentDecoder()
Factory method for
ContentDecoder s |
equals, getEncoding, hashCode
private final int bufferSize
private final ByteBufferPool byteBufferPool
public Factory()
public Factory(int bufferSize)
public Factory(ByteBufferPool byteBufferPool)
public Factory(ByteBufferPool byteBufferPool, int bufferSize)
public ContentDecoder newContentDecoder()
ContentDecoder.Factory
ContentDecoder
snewContentDecoder
in class ContentDecoder.Factory
ContentDecoder