java.lang.Object
org.eclipse.jetty.http.GZIPContentDecoder
org.eclipse.jetty.client.GZIPContentDecoder
- All Implemented Interfaces:
ContentDecoder,org.eclipse.jetty.util.component.Destroyable
public class GZIPContentDecoder
extends org.eclipse.jetty.http.GZIPContentDecoder
implements ContentDecoder
ContentDecoder for the "gzip" encoding.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classSpecializedContentDecoder.Factoryfor the "gzip" encoding. -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionGZIPContentDecoder(int bufferSize) GZIPContentDecoder(org.eclipse.jetty.io.ByteBufferPool byteBufferPool, int bufferSize) -
Method Summary
Methods inherited from class org.eclipse.jetty.http.GZIPContentDecoder
acquire, decode, decodeChunks, destroy, isFinished, releaseMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.jetty.client.ContentDecoder
decode, release
-
Field Details
-
DEFAULT_BUFFER_SIZE
public static final int DEFAULT_BUFFER_SIZE- See Also:
-
-
Constructor Details
-
GZIPContentDecoder
public GZIPContentDecoder() -
GZIPContentDecoder
public GZIPContentDecoder(int bufferSize) -
GZIPContentDecoder
public GZIPContentDecoder(org.eclipse.jetty.io.ByteBufferPool byteBufferPool, int bufferSize)
-
-
Method Details
-
decodedChunk
- Overrides:
decodedChunkin classorg.eclipse.jetty.http.GZIPContentDecoder
-