public static class GZIPContentDecoder.Factory extends ContentDecoder.Factory
ContentDecoder.Factory for the "gzip" encoding.| Constructor | Description |
|---|---|
Factory() |
|
Factory(int bufferSize) |
|
Factory(ByteBufferPool byteBufferPool) |
|
Factory(ByteBufferPool byteBufferPool,
int bufferSize) |
| Modifier and Type | Method | Description |
|---|---|---|
ContentDecoder |
newContentDecoder() |
Factory method for
ContentDecoders |
equals, getEncoding, hashCodepublic Factory()
public Factory(int bufferSize)
public Factory(ByteBufferPool byteBufferPool)
public Factory(ByteBufferPool byteBufferPool, int bufferSize)
public ContentDecoder newContentDecoder()
ContentDecoder.FactoryContentDecodersnewContentDecoder in class ContentDecoder.FactoryContentDecoderCopyright © 1995–2017 Webtide. All rights reserved.