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.SpecializedContentDecoder.Factory
for the "gzip" encoding.
-
-
Constructor Summary
Constructors Constructor Description Factory()
Deprecated.Factory(int bufferSize)
Deprecated.Factory(ByteBufferPool byteBufferPool)
Deprecated.Factory(ByteBufferPool byteBufferPool, int bufferSize)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ContentDecoder
newContentDecoder()
Deprecated.Factory method forContentDecoder
s-
Methods inherited from class org.eclipse.jetty.client.ContentDecoder.Factory
equals, getEncoding, hashCode
-
-
-
-
Constructor Detail
-
Factory
public Factory()
Deprecated.
-
Factory
public Factory(int bufferSize)
Deprecated.
-
Factory
public Factory(ByteBufferPool byteBufferPool)
Deprecated.
-
Factory
public Factory(ByteBufferPool byteBufferPool, int bufferSize)
Deprecated.
-
-
Method Detail
-
newContentDecoder
public ContentDecoder newContentDecoder()
Deprecated.Description copied from class:ContentDecoder.Factory
Factory method forContentDecoder
s- Specified by:
newContentDecoder
in classContentDecoder.Factory
- Returns:
- a new instance of a
ContentDecoder
-
-