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 ClassesModifier and TypeClassDescriptionstatic classDeprecated.The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported. -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.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, releaseMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.jetty.client.ContentDecoder
decode, release
-
Field Details
-
DEFAULT_BUFFER_SIZE
public static final int DEFAULT_BUFFER_SIZEDeprecated.- See Also:
-
-
Constructor Details
-
GZIPContentDecoder
public GZIPContentDecoder()Deprecated. -
GZIPContentDecoder
public GZIPContentDecoder(int bufferSize) Deprecated. -
GZIPContentDecoder
Deprecated.
-