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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected boolean decodedChunk​(java.nio.ByteBuffer chunk)  
      • Methods inherited from class org.eclipse.jetty.http.GZIPContentDecoder

        acquire, decode, decodeChunks, 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)
    • Method Detail

      • decodedChunk

        protected boolean decodedChunk​(java.nio.ByteBuffer chunk)
        Overrides:
        decodedChunk in class org.eclipse.jetty.http.GZIPContentDecoder