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 |
private ContentDecoder |
HttpReceiver.Decoder.decoder |
Modifier and Type | Method and Description |
---|---|
ContentDecoder |
GZIPContentDecoder.Factory.newContentDecoder() |
abstract ContentDecoder |
ContentDecoder.Factory.newContentDecoder()
Factory method for
ContentDecoder s |
Modifier and Type | Method and Description |
---|---|
private static void |
HttpReceiver.destroyDecoder(ContentDecoder decoder) |
Constructor and Description |
---|
Decoder(ResponseNotifier notifier,
HttpResponse response,
ContentDecoder decoder,
java.nio.ByteBuffer buffer,
Callback callback) |