| 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 | |
| org.eclipse.jetty.fcgi.client.http | |
| org.eclipse.jetty.spdy.client.http |
| Modifier and Type | Method and Description |
|---|---|
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. |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
HttpDestination |
HttpClientTransportOverFCGI.newHttpDestination(Origin origin) |
| Constructor and Description |
|---|
HttpDestinationOverFCGI(HttpClient client,
Origin origin) |
MultiplexHttpDestinationOverFCGI(HttpClient client,
Origin origin) |
| Modifier and Type | Method and Description |
|---|---|
HttpDestination |
HttpClientTransportOverSPDY.newHttpDestination(Origin origin) |
| Constructor and Description |
|---|
HttpDestinationOverSPDY(HttpClient client,
Origin origin) |
Copyright © 1995-2015 Webtide. All Rights Reserved.