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 | 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,
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) |
Constructor and Description |
---|
HttpConnectionOverHTTP(EndPoint endPoint,
HttpDestination destination) |
Modifier and Type | Class and Description |
---|---|
class |
HttpDestinationOverFCGI |
class |
MultiplexHttpDestinationOverFCGI |
Modifier and Type | Method and Description |
---|---|
HttpDestination |
HttpConnectionOverFCGI.getHttpDestination() |
HttpDestination |
HttpClientTransportOverFCGI.newHttpDestination(Origin origin) |
Constructor and Description |
---|
HttpConnectionOverFCGI(EndPoint endPoint,
HttpDestination destination,
boolean multiplexed) |
Modifier and Type | Class and Description |
---|---|
class |
HttpDestinationOverSPDY |
Modifier and Type | Method and Description |
---|---|
HttpDestination |
HttpClientTransportOverSPDY.newHttpDestination(Origin origin) |
Constructor and Description |
---|
HttpChannelOverSPDY(HttpDestination destination,
HttpConnectionOverSPDY connection,
Session session) |
HttpConnectionOverSPDY(HttpDestination destination,
Session session) |
Copyright © 1995-2015 Webtide. All Rights Reserved.