| 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.fcgi.server.proxy | |
| org.eclipse.jetty.proxy |
Jetty Proxy : Async Proxy Support
|
| org.eclipse.jetty.spdy.client.http | |
| org.eclipse.jetty.spdy.server.proxy |
| Modifier and Type | Method and Description |
|---|---|
HttpClient |
HttpDestination.getHttpClient() |
HttpClient |
HttpConnection.getHttpClient() |
protected HttpClient |
AuthenticationProtocolHandler.getHttpClient() |
protected HttpClient |
AbstractHttpClientTransport.getHttpClient() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractHttpClientTransport.configure(HttpClient client,
SocketChannel channel) |
protected ConnectionPool |
PoolingHttpDestination.newConnectionPool(HttpClient client) |
protected SelectorManager |
AbstractHttpClientTransport.newSelectorManager(HttpClient client) |
void |
HttpClientTransport.setHttpClient(HttpClient client)
Sets the
HttpClient instance on this transport. |
void |
AbstractHttpClientTransport.setHttpClient(HttpClient client) |
| Constructor and Description |
|---|
AbstractHttpClientTransport.ClientSelectorManager(HttpClient client,
int selectors) |
AuthenticationProtocolHandler(HttpClient client,
int maxContentLength) |
ContinueProtocolHandler(HttpClient client) |
HttpDestination(HttpClient client,
Origin origin) |
HttpRedirector(HttpClient client) |
HttpRequest(HttpClient client,
HttpConversation conversation,
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) |
| Constructor and Description |
|---|
HttpDestinationOverHTTP(HttpClient client,
Origin origin) |
| Constructor and Description |
|---|
HttpDestinationOverFCGI(HttpClient client,
Origin origin) |
MultiplexHttpDestinationOverFCGI(HttpClient client,
Origin origin) |
| Modifier and Type | Method and Description |
|---|---|
protected HttpClient |
FastCGIProxyServlet.newHttpClient() |
| Modifier and Type | Method and Description |
|---|---|
protected HttpClient |
ProxyServlet.createHttpClient()
Creates a
HttpClient instance, configured with init parameters of this servlet. |
protected HttpClient |
ProxyServlet.getHttpClient() |
protected HttpClient |
ProxyServlet.newHttpClient() |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpClientTransportOverSPDY.setHttpClient(HttpClient client) |
| Constructor and Description |
|---|
HttpDestinationOverSPDY(HttpClient client,
Origin origin) |
| Constructor and Description |
|---|
HTTPProxyEngine(HttpClient httpClient) |
Copyright © 1995-2015 Webtide. All Rights Reserved.