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 |
---|---|
static class |
GZIPContentDecoder.Factory
Specialized
ContentDecoder.Factory for the "gzip" encoding. |
Modifier and Type | Field and Description |
---|---|
private java.util.Set<ContentDecoder.Factory> |
HttpClient.decoderFactories |
private java.util.Set<ContentDecoder.Factory> |
HttpClient.ContentDecoderFactorySet.set |
Modifier and Type | Method and Description |
---|---|
java.util.Set<ContentDecoder.Factory> |
HttpClient.getContentDecoderFactories()
Returns a non thread-safe set of
ContentDecoder.Factory s that can be modified before
performing requests. |
java.util.Iterator<ContentDecoder.Factory> |
HttpClient.ContentDecoderFactorySet.iterator() |
Modifier and Type | Method and Description |
---|---|
boolean |
HttpClient.ContentDecoderFactorySet.add(ContentDecoder.Factory e) |
Modifier and Type | Method and Description |
---|---|
boolean |
HttpClient.ContentDecoderFactorySet.addAll(java.util.Collection<? extends ContentDecoder.Factory> c) |