Class GZIPContentDecoder

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.
  • Field Details

  • Constructor Details

    • GZIPContentDecoder

      public GZIPContentDecoder()
    • GZIPContentDecoder

      public GZIPContentDecoder(int bufferSize)
    • GZIPContentDecoder

      public GZIPContentDecoder(org.eclipse.jetty.io.ByteBufferPool byteBufferPool, int bufferSize)
  • Method Details

    • decodedChunk

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