Package org.eclipse.jetty.client
Class GZIPContentDecoder
- java.lang.Object
-
- org.eclipse.jetty.http.GZIPContentDecoder
-
- org.eclipse.jetty.client.GZIPContentDecoder
-
- All Implemented Interfaces:
ContentDecoder
,Destroyable
@Deprecated(since="2021-05-27") public class GZIPContentDecoder extends GZIPContentDecoder implements ContentDecoder
Deprecated.The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.ContentDecoder
for the "gzip" encoding.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GZIPContentDecoder.Factory
Deprecated.The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.
-
Field Summary
Fields Modifier and Type Field Description static int
DEFAULT_BUFFER_SIZE
Deprecated.
-
Constructor Summary
Constructors Constructor Description GZIPContentDecoder()
Deprecated.GZIPContentDecoder(int bufferSize)
Deprecated.GZIPContentDecoder(ByteBufferPool byteBufferPool, int bufferSize)
Deprecated.
-
Method Summary
-
Methods inherited from class org.eclipse.jetty.http.GZIPContentDecoder
acquire, decode, destroy, isFinished, release
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.eclipse.jetty.client.ContentDecoder
decode, release
-
-
-
-
Field Detail
-
DEFAULT_BUFFER_SIZE
public static final int DEFAULT_BUFFER_SIZE
Deprecated.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
GZIPContentDecoder
public GZIPContentDecoder()
Deprecated.
-
GZIPContentDecoder
public GZIPContentDecoder(int bufferSize)
Deprecated.
-
GZIPContentDecoder
public GZIPContentDecoder(ByteBufferPool byteBufferPool, int bufferSize)
Deprecated.
-
-