Class GZIPContentDecoder.Factory

java.lang.Object
org.eclipse.jetty.client.ContentDecoder.Factory
org.eclipse.jetty.client.GZIPContentDecoder.Factory
Enclosing class:
GZIPContentDecoder

public static class GZIPContentDecoder.Factory extends ContentDecoder.Factory
Specialized ContentDecoder.Factory for the "gzip" encoding.
  • Constructor Details

    • Factory

      public Factory()
    • Factory

      public Factory(int bufferSize)
    • Factory

      public Factory(org.eclipse.jetty.io.ByteBufferPool byteBufferPool)
    • Factory

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