public static class GZIPContentDecoder.Factory extends ContentDecoder.Factory
ContentDecoder.Factory for the "gzip" encoding.| Constructor | Description |
|---|---|
Factory() |
|
Factory(int bufferSize) |
|
Factory(org.eclipse.jetty.io.ByteBufferPool byteBufferPool) |
|
Factory(org.eclipse.jetty.io.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(org.eclipse.jetty.io.ByteBufferPool byteBufferPool)
public Factory(org.eclipse.jetty.io.ByteBufferPool byteBufferPool,
int bufferSize)
public ContentDecoder newContentDecoder()
ContentDecoder.FactoryContentDecodersnewContentDecoder in class ContentDecoder.FactoryContentDecoderCopyright © 1995–2018 Webtide. All rights reserved.