Class 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.
    • Method Summary

      • Methods inherited from class org.eclipse.jetty.http.GZIPContentDecoder

        acquire, decode, decodeChunks, decodedChunk, destroy, isFinished, release
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GZIPContentDecoder

        public GZIPContentDecoder()
      • GZIPContentDecoder

        public GZIPContentDecoder​(int bufferSize)
      • GZIPContentDecoder

        public GZIPContentDecoder​(org.eclipse.jetty.io.ByteBufferPool byteBufferPool,
                                  int bufferSize)