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 | Field and Description |
---|---|
private HttpChannel |
HttpExchange._channel |
private HttpChannel |
HttpSender.channel |
private HttpChannel |
HttpReceiver.channel |
Modifier and Type | Method and Description |
---|---|
protected HttpChannel |
HttpSender.getHttpChannel() |
protected HttpChannel |
HttpReceiver.getHttpChannel() |
private HttpChannel |
HttpExchange.getHttpChannel() |
Modifier and Type | Method and Description |
---|---|
(package private) boolean |
HttpExchange.associate(HttpChannel channel)
Associates the given
channel to this exchange. |
(package private) void |
HttpExchange.disassociate(HttpChannel channel) |
protected SendFailure |
HttpConnection.send(HttpChannel channel,
HttpExchange exchange) |
Constructor and Description |
---|
HttpReceiver(HttpChannel channel) |
HttpSender(HttpChannel channel) |
Modifier and Type | Class and Description |
---|---|
class |
HttpChannelOverHTTP |