| 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.
|
| org.eclipse.jetty.proxy |
Jetty Proxy : Async Proxy Support
|
| 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
ContentDecoders |
ContentDecoder |
GZIPContentDecoder.Factory.newContentDecoder() |
| Modifier and Type | Method and Description |
|---|---|
private static void |
HttpReceiver.destroyDecoder(ContentDecoder decoder) |
| Modifier and Type | Field and Description |
|---|---|
private ContentDecoder |
AsyncMiddleManServlet.GZIPContentTransformer.decoder |