| 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 | Method | Description |
|---|---|---|
Origin |
HttpDestination.getOrigin() |
| Modifier and Type | Method | 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. |
| Constructor | Description |
|---|---|
HttpDestination(HttpClient client,
Origin origin) |
|
MultiplexHttpDestination(HttpClient client,
Origin origin) |
|
PoolingHttpDestination(HttpClient client,
Origin origin) |
| Modifier and Type | Method | Description |
|---|---|---|
HttpDestination |
HttpClientTransportOverHTTP.newHttpDestination(Origin origin) |
| Constructor | Description |
|---|---|
HttpDestinationOverHTTP(HttpClient client,
Origin origin) |
Copyright © 1995–2017 Webtide. All rights reserved.