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 HttpClient |
HttpDestination.client |
private HttpClient |
AuthenticationProtocolHandler.client |
private HttpClient |
RequestNotifier.client |
private HttpClient |
AbstractConnectorHttpClientTransport.ClientSelectorManager.client |
private HttpClient |
HttpRedirector.client |
private HttpClient |
HttpRequest.client |
private HttpClient |
AbstractHttpClientTransport.client |
Modifier and Type | Method and Description |
---|---|
HttpClient |
HttpDestination.getHttpClient() |
protected HttpClient |
AuthenticationProtocolHandler.getHttpClient() |
HttpClient |
HttpConnection.getHttpClient() |
protected HttpClient |
AbstractHttpClientTransport.getHttpClient() |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractConnectorHttpClientTransport.configure(HttpClient client,
java.nio.channels.SocketChannel channel) |
protected ConnectionPool |
HttpDestination.newConnectionPool(HttpClient client) |
protected java.util.Queue<HttpExchange> |
HttpDestination.newExchangeQueue(HttpClient client) |
protected SelectorManager |
AbstractConnectorHttpClientTransport.newSelectorManager(HttpClient client) |
void |
HttpClientTransport.setHttpClient(HttpClient client)
Sets the
HttpClient instance on this transport. |
void |
AbstractHttpClientTransport.setHttpClient(HttpClient client) |
Constructor and Description |
---|
AuthenticationProtocolHandler(HttpClient client,
int maxContentLength) |
ClientSelectorManager(HttpClient client,
int selectors) |
HttpDestination(HttpClient client,
Origin origin) |
HttpRedirector(HttpClient client) |
HttpRequest(HttpClient client,
HttpConversation conversation,
java.net.URI uri) |
MultiplexHttpDestination(HttpClient client,
Origin origin) |
PoolingHttpDestination(HttpClient client,
Origin origin) |
ProxyAuthenticationProtocolHandler(HttpClient client) |
ProxyAuthenticationProtocolHandler(HttpClient client,
int maxContentLength) |
RedirectProtocolHandler(HttpClient client) |
RequestNotifier(HttpClient client) |
WWWAuthenticationProtocolHandler(HttpClient client) |
WWWAuthenticationProtocolHandler(HttpClient client,
int maxContentLength) |
Modifier and Type | Field and Description |
---|---|
private HttpClient |
HttpSenderOverHTTP.httpClient |
Constructor and Description |
---|
HttpDestinationOverHTTP(HttpClient client,
Origin origin) |