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.
    • Constructor Detail

      • GZIPContentDecoder

        public GZIPContentDecoder()
      • GZIPContentDecoder

        public GZIPContentDecoder​(int bufferSize)
      • GZIPContentDecoder

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