ContentDecoder, Destroyablepublic class GZIPContentDecoder extends GZIPContentDecoder implements ContentDecoder
ContentDecoder for the "gzip" encoding.| Modifier and Type | Class | Description |
|---|---|---|
static class |
GZIPContentDecoder.Factory |
Specialized
ContentDecoder.Factory for the "gzip" encoding. |
| Constructor | Description |
|---|---|
GZIPContentDecoder() |
|
GZIPContentDecoder(int bufferSize) |
|
GZIPContentDecoder(ByteBufferPool byteBufferPool,
int bufferSize) |
decodeacquire, decode, decodeChunks, decodedChunk, destroy, isFinished, releasepublic GZIPContentDecoder()
public GZIPContentDecoder(int bufferSize)
public GZIPContentDecoder(ByteBufferPool byteBufferPool, int bufferSize)
Copyright © 1995–2017 Webtide. All rights reserved.