Class GZIPContentDecoder

java.lang.Object
org.eclipse.jetty.http.GZIPContentDecoder
org.eclipse.jetty.client.GZIPContentDecoder
All Implemented Interfaces:
ContentDecoder, Destroyable

public class GZIPContentDecoder extends GZIPContentDecoder implements ContentDecoder
ContentDecoder for the "gzip" encoding.
  • Field Details

  • Constructor Details

    • GZIPContentDecoder

      public GZIPContentDecoder()
    • GZIPContentDecoder

      public GZIPContentDecoder(int bufferSize)
    • GZIPContentDecoder

      public GZIPContentDecoder(ByteBufferPool byteBufferPool, int bufferSize)
  • Method Details