| 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<C extends Connection> |
class |
PoolingHttpDestination<C extends Connection> |
| Modifier and Type | Method and Description |
|---|---|
protected HttpDestination |
HttpClient.destinationFor(String scheme,
String host,
int port) |
protected HttpDestination |
HttpReceiver.getHttpDestination() |
HttpDestination |
HttpConnection.getHttpDestination() |
HttpDestination |
HttpChannel.getHttpDestination() |
HttpDestination |
HttpClientTransport.newHttpDestination(Origin origin)
Creates a new, transport-specific,
HttpDestination object. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
HttpClient.newConnection(HttpDestination destination,
org.eclipse.jetty.util.Promise<Connection> promise) |
protected boolean |
HttpClient.removeDestination(HttpDestination destination) |
| Constructor and Description |
|---|
HttpChannel(HttpDestination destination) |
HttpConnection(HttpDestination destination) |
HttpExchange(HttpDestination destination,
HttpRequest request,
List<Response.ResponseListener> listeners) |
| 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)
Deprecated.
|
protected HttpConnectionOverHTTP |
HttpClientTransportOverHTTP.newHttpConnection(EndPoint endPoint,
HttpDestination destination,
org.eclipse.jetty.util.Promise<Connection> promise) |
| Constructor and Description |
|---|
HttpConnectionOverHTTP(EndPoint endPoint,
HttpDestination destination)
Deprecated.
|
HttpConnectionOverHTTP(EndPoint endPoint,
HttpDestination destination,
org.eclipse.jetty.util.Promise<Connection> promise) |
Copyright © 1995-2018 Webtide. All Rights Reserved.