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 | Class and Description |
---|---|
class |
MultiplexHttpDestination |
class |
PoolingHttpDestination |
Modifier and Type | Field and Description |
---|---|
private HttpDestination |
HttpChannel._destination |
private HttpDestination |
HttpConnection.destination |
private HttpDestination |
HttpExchange.destination |
private HttpDestination |
MultiplexConnectionPool.destination |
Modifier and Type | Field and Description |
---|---|
private java.util.concurrent.ConcurrentMap<Origin,HttpDestination> |
HttpClient.destinations |
Modifier and Type | Method and Description |
---|---|
protected HttpDestination |
HttpClient.destinationFor(java.lang.String scheme,
java.lang.String host,
int port) |
HttpDestination |
HttpChannel.getHttpDestination() |
HttpDestination |
HttpConnection.getHttpDestination() |
protected HttpDestination |
HttpReceiver.getHttpDestination() |
HttpDestination |
HttpClientTransport.newHttpDestination(Origin origin)
Creates a new, transport-specific,
HttpDestination object. |
protected HttpDestination |
HttpClient.resolveDestination(Origin origin) |
protected HttpDestination |
HttpClient.resolveDestination(java.lang.String scheme,
java.lang.String host,
int port,
java.lang.Object tag) |
Modifier and Type | Method and Description |
---|---|
protected void |
HttpClient.newConnection(HttpDestination destination,
Promise<Connection> promise) |
ConnectionPool |
ConnectionPool.Factory.newConnectionPool(HttpDestination destination)
Creates a new ConnectionPool for the given destination.
|
protected boolean |
HttpClient.removeDestination(HttpDestination destination) |
private void |
HttpProxy.CreateTunnelPromise.tunnel(HttpDestination destination,
Connection connection) |
Constructor and Description |
---|
HttpChannel(HttpDestination destination) |
HttpConnection(HttpDestination destination) |
HttpExchange(HttpDestination destination,
HttpRequest request,
java.util.List<Response.ResponseListener> listeners) |
MultiplexConnectionPool(HttpDestination destination,
int maxConnections,
Callback requester,
int maxMultiplex) |
Modifier and Type | Class and Description |
---|---|
class |
HttpDestinationOverHTTP |
Modifier and Type | Method and Description |
---|---|
HttpDestination |
HttpClientTransportOverHTTP.newHttpDestination(Origin origin) |
Modifier and Type | Method and Description |
---|---|
protected HttpConnectionOverHTTP |
HttpClientTransportOverHTTP.newHttpConnection(EndPoint endPoint,
HttpDestination destination,
Promise<Connection> promise) |
Constructor and Description |
---|
Delegate(HttpDestination destination) |
HttpConnectionOverHTTP(EndPoint endPoint,
HttpDestination destination,
Promise<Connection> promise) |