| 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 | Description |
|---|---|---|
class |
MultiplexHttpDestination |
|
class |
PoolingHttpDestination |
| Modifier and Type | Method | 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. |
| Modifier and Type | Method | 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) |
| Constructor | 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 | Description |
|---|---|---|
class |
HttpDestinationOverHTTP |
| Modifier and Type | Method | Description |
|---|---|---|
HttpDestination |
HttpClientTransportOverHTTP.newHttpDestination(Origin origin) |
| Modifier and Type | Method | Description |
|---|---|---|
protected HttpConnectionOverHTTP |
HttpClientTransportOverHTTP.newHttpConnection(EndPoint endPoint,
HttpDestination destination,
Promise<Connection> promise) |
| Constructor | Description |
|---|---|
HttpConnectionOverHTTP(EndPoint endPoint,
HttpDestination destination,
Promise<Connection> promise) |
Copyright © 1995–2017 Webtide. All rights reserved.