| Package | Description |
|---|---|
| org.eclipse.jetty.client |
This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.
|
| Modifier and Type | Method and Description |
|---|---|
protected HttpDestination |
HttpClient.destinationFor(String scheme,
String host,
int port) |
HttpDestination |
HttpConnection.getDestination() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
HttpClient.newConnection(HttpDestination destination,
Promise<Connection> promise) |
protected HttpConnection |
HttpClient.newHttpConnection(HttpClient httpClient,
EndPoint endPoint,
HttpDestination destination) |
| Constructor and Description |
|---|
HttpConnection(HttpClient client,
EndPoint endPoint,
HttpDestination destination) |
HttpExchange(HttpConversation conversation,
HttpDestination destination,
Request request,
List<Response.ResponseListener> listeners) |
Copyright © 1995-2014 Mort Bay Consulting. All Rights Reserved.