Package | Description |
---|---|
org.eclipse.jetty.client |
Jetty Client : Implementation and Core Classes
This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.
|
Modifier and Type | Class and Description |
---|---|
class |
GZIPContentDecoder
ContentDecoder for the "gzip" encoding. |
Modifier and Type | Field and Description |
---|---|
private ContentDecoder |
HttpReceiver.decoder |
Modifier and Type | Method and Description |
---|---|
abstract ContentDecoder |
ContentDecoder.Factory.newContentDecoder()
Factory method for
ContentDecoder s |
ContentDecoder |
GZIPContentDecoder.Factory.newContentDecoder() |
Modifier and Type | Method and Description |
---|---|
private static void |
HttpReceiver.destroyDecoder(ContentDecoder decoder) |