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.client.http |
Modifier and Type | Field and Description |
---|---|
private Origin |
HttpDestination.origin |
Modifier and Type | Field and Description |
---|---|
private java.util.concurrent.ConcurrentMap<Origin,HttpDestination> |
HttpClient.destinations |
Modifier and Type | Method and Description |
---|---|
protected Origin |
HttpClient.createOrigin(java.lang.String scheme,
java.lang.String host,
int port,
java.lang.Object tag) |
Origin |
HttpDestination.getOrigin() |
Modifier and Type | Method and Description |
---|---|
ProxyConfiguration.Proxy |
ProxyConfiguration.match(Origin origin) |
boolean |
ProxyConfiguration.Proxy.matches(Origin origin)
Matches the given
origin with the included and excluded addresses,
returning true if the given origin is to be proxied. |
HttpDestination |
HttpClientTransport.newHttpDestination(Origin origin)
Creates a new, transport-specific,
HttpDestination object. |
protected HttpDestination |
HttpClient.resolveDestination(Origin origin) |
Constructor and Description |
---|
HttpDestination(HttpClient client,
Origin origin) |
MultiplexHttpDestination(HttpClient client,
Origin origin) |
PoolingHttpDestination(HttpClient client,
Origin origin) |
Modifier and Type | Method and Description |
---|---|
HttpDestination |
HttpClientTransportOverHTTP.newHttpDestination(Origin origin) |
Constructor and Description |
---|
HttpDestinationOverHTTP(HttpClient client,
Origin origin) |