Package org.eclipse.jetty.client
Class GZIPContentDecoder.Factory
java.lang.Object
org.eclipse.jetty.client.ContentDecoder.Factory
org.eclipse.jetty.client.GZIPContentDecoder.Factory
- Enclosing class:
GZIPContentDecoder
@Deprecated(since="2021-05-27")
public static class GZIPContentDecoder.Factory
extends ContentDecoder.Factory
Deprecated.
The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.
Specialized
ContentDecoder.Factory for the "gzip" encoding.-
Constructor Summary
ConstructorsConstructorDescriptionFactory()Deprecated.Factory(int bufferSize) Deprecated.Factory(ByteBufferPool byteBufferPool) Deprecated.Factory(ByteBufferPool byteBufferPool, int bufferSize) Deprecated. -
Method Summary
Methods inherited from class org.eclipse.jetty.client.ContentDecoder.Factory
equals, getEncoding, hashCode
-
Constructor Details
-
Factory
public Factory()Deprecated. -
Factory
public Factory(int bufferSize) Deprecated. -
Factory
Deprecated. -
Factory
Deprecated.
-
-
Method Details
-
newContentDecoder
Deprecated.Description copied from class:ContentDecoder.FactoryFactory method forContentDecoders- Specified by:
newContentDecoderin classContentDecoder.Factory- Returns:
- a new instance of a
ContentDecoder
-