| Package | Description |
|---|---|
| org.eclipse.jetty.alpn.client | |
| 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.io |
Jetty IO : Core classes for Jetty IO subsystem
|
| org.eclipse.jetty.io.ssl |
Jetty IO : Core SSL Support
|
| org.eclipse.jetty.spdy.client | |
| org.eclipse.jetty.spdy.client.http |
| Modifier and Type | Class and Description |
|---|---|
class |
ALPNClientConnectionFactory |
| Constructor and Description |
|---|
ALPNClientConnection(EndPoint endPoint,
Executor executor,
ClientConnectionFactory connectionFactory,
SSLEngine sslEngine,
Map<String,Object> context,
String protocol) |
ALPNClientConnectionFactory(Executor executor,
ClientConnectionFactory connectionFactory,
String protocol) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
HttpClientTransport
HttpClientTransport represents what transport implementations should provide
in order to plug-in a different transport for HttpClient. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractHttpClientTransport |
static class |
HttpProxy.HttpProxyClientConnectionFactory |
static class |
Socks4Proxy.Socks4ProxyClientConnectionFactory |
| Modifier and Type | Method and Description |
|---|---|
ClientConnectionFactory |
HttpDestination.getClientConnectionFactory() |
ClientConnectionFactory |
Socks4Proxy.newClientConnectionFactory(ClientConnectionFactory connectionFactory) |
abstract ClientConnectionFactory |
ProxyConfiguration.Proxy.newClientConnectionFactory(ClientConnectionFactory connectionFactory) |
ClientConnectionFactory |
HttpProxy.newClientConnectionFactory(ClientConnectionFactory connectionFactory) |
protected ClientConnectionFactory |
HttpDestination.newSslClientConnectionFactory(ClientConnectionFactory connectionFactory) |
| Modifier and Type | Method and Description |
|---|---|
ClientConnectionFactory |
Socks4Proxy.newClientConnectionFactory(ClientConnectionFactory connectionFactory) |
abstract ClientConnectionFactory |
ProxyConfiguration.Proxy.newClientConnectionFactory(ClientConnectionFactory connectionFactory) |
ClientConnectionFactory |
HttpProxy.newClientConnectionFactory(ClientConnectionFactory connectionFactory) |
protected ClientConnectionFactory |
HttpDestination.newSslClientConnectionFactory(ClientConnectionFactory connectionFactory) |
| Constructor and Description |
|---|
HttpProxy.HttpProxyClientConnectionFactory(ClientConnectionFactory connectionFactory) |
Socks4Proxy.Socks4ProxyClientConnectionFactory(ClientConnectionFactory connectionFactory) |
| Modifier and Type | Class and Description |
|---|---|
class |
HttpClientTransportOverHTTP |
| Modifier and Type | Class and Description |
|---|---|
class |
HttpClientTransportOverFCGI |
| Modifier and Type | Class and Description |
|---|---|
class |
NegotiatingClientConnectionFactory |
| Modifier and Type | Method and Description |
|---|---|
ClientConnectionFactory |
NegotiatingClientConnectionFactory.getClientConnectionFactory() |
| Constructor and Description |
|---|
NegotiatingClientConnection(EndPoint endp,
Executor executor,
SSLEngine sslEngine,
ClientConnectionFactory connectionFactory,
Map<String,Object> context) |
NegotiatingClientConnectionFactory(ClientConnectionFactory connectionFactory) |
| Modifier and Type | Class and Description |
|---|---|
class |
SslClientConnectionFactory |
| Constructor and Description |
|---|
SslClientConnectionFactory(SslContextFactory sslContextFactory,
ByteBufferPool byteBufferPool,
Executor executor,
ClientConnectionFactory connectionFactory) |
| Modifier and Type | Class and Description |
|---|---|
class |
NPNClientConnectionFactory |
class |
SPDYClientConnectionFactory |
| Modifier and Type | Method and Description |
|---|---|
ClientConnectionFactory |
SPDYClient.getClientConnectionFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
SPDYClient.setClientConnectionFactory(ClientConnectionFactory connectionFactory) |
| Constructor and Description |
|---|
NPNClientConnection(EndPoint endPoint,
Executor executor,
ClientConnectionFactory connectionFactory,
SSLEngine sslEngine,
Map<String,Object> context,
String protocol) |
NPNClientConnectionFactory(Executor executor,
ClientConnectionFactory connectionFactory,
String protocol) |
| Modifier and Type | Class and Description |
|---|---|
class |
HttpClientTransportOverSPDY |
Copyright © 1995-2015 Webtide. All Rights Reserved.