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.fcgi.server.proxy | |
org.eclipse.jetty.http2.client | |
org.eclipse.jetty.http2.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.unixsocket.client |
Modifier and Type | Class and Description |
---|---|
class |
ALPNClientConnectionFactory |
Constructor and Description |
---|
ALPNClientConnection(EndPoint endPoint,
java.util.concurrent.Executor executor,
ClientConnectionFactory connectionFactory,
javax.net.ssl.SSLEngine sslEngine,
java.util.Map<java.lang.String,java.lang.Object> context,
java.util.List<java.lang.String> protocols) |
ALPNClientConnectionFactory(java.util.concurrent.Executor executor,
ClientConnectionFactory connectionFactory,
java.util.List<java.lang.String> protocols) |
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 |
AbstractConnectorHttpClientTransport |
class |
AbstractHttpClientTransport |
private class |
HttpProxy.HttpProxyClientConnectionFactory |
static class |
Socks4Proxy.Socks4ProxyClientConnectionFactory |
Modifier and Type | Field and Description |
---|---|
private ClientConnectionFactory |
Socks4Proxy.Socks4ProxyClientConnectionFactory.connectionFactory |
private ClientConnectionFactory |
Socks4Proxy.Socks4ProxyConnection.connectionFactory |
private ClientConnectionFactory |
HttpProxy.HttpProxyClientConnectionFactory.connectionFactory |
private ClientConnectionFactory |
HttpProxy.CreateTunnelPromise.connectionFactory |
private ClientConnectionFactory |
HttpDestination.connectionFactory |
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) |
protected ClientConnectionFactory |
HttpClient.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) |
protected ClientConnectionFactory |
HttpClient.newSslClientConnectionFactory(ClientConnectionFactory connectionFactory) |
Constructor and Description |
---|
CreateTunnelPromise(ClientConnectionFactory connectionFactory,
EndPoint endPoint,
Promise<Connection> promise,
java.util.Map<java.lang.String,java.lang.Object> context) |
HttpProxyClientConnectionFactory(ClientConnectionFactory connectionFactory) |
Socks4ProxyClientConnectionFactory(ClientConnectionFactory connectionFactory) |
Socks4ProxyConnection(EndPoint endPoint,
java.util.concurrent.Executor executor,
ClientConnectionFactory connectionFactory,
java.util.Map<java.lang.String,java.lang.Object> context) |
Modifier and Type | Class and Description |
---|---|
class |
HttpClientTransportOverHTTP |
Modifier and Type | Class and Description |
---|---|
class |
HttpClientTransportOverFCGI |
Modifier and Type | Class and Description |
---|---|
private class |
FastCGIProxyServlet.ProxyHttpClientTransportOverFCGI |
Modifier and Type | Class and Description |
---|---|
class |
HTTP2ClientConnectionFactory |
Modifier and Type | Field and Description |
---|---|
private ClientConnectionFactory |
HTTP2Client.connectionFactory |
Modifier and Type | Method and Description |
---|---|
ClientConnectionFactory |
HTTP2Client.getClientConnectionFactory() |
protected ClientConnectionFactory |
HTTP2Client.newSslClientConnectionFactory(SslContextFactory sslContextFactory,
ClientConnectionFactory connectionFactory) |
Modifier and Type | Method and Description |
---|---|
protected ClientConnectionFactory |
HTTP2Client.newSslClientConnectionFactory(SslContextFactory sslContextFactory,
ClientConnectionFactory connectionFactory) |
void |
HTTP2Client.setClientConnectionFactory(ClientConnectionFactory connectionFactory) |
Modifier and Type | Class and Description |
---|---|
class |
HttpClientTransportOverHTTP2 |
Modifier and Type | Field and Description |
---|---|
private ClientConnectionFactory |
HttpClientTransportOverHTTP2.connectionFactory |
Modifier and Type | Class and Description |
---|---|
class |
NegotiatingClientConnectionFactory |
Modifier and Type | Field and Description |
---|---|
private ClientConnectionFactory |
NegotiatingClientConnectionFactory.connectionFactory |
private ClientConnectionFactory |
NegotiatingClientConnection.connectionFactory |
Modifier and Type | Method and Description |
---|---|
ClientConnectionFactory |
NegotiatingClientConnectionFactory.getClientConnectionFactory() |
Constructor and Description |
---|
NegotiatingClientConnection(EndPoint endp,
java.util.concurrent.Executor executor,
javax.net.ssl.SSLEngine sslEngine,
ClientConnectionFactory connectionFactory,
java.util.Map<java.lang.String,java.lang.Object> context) |
NegotiatingClientConnectionFactory(ClientConnectionFactory connectionFactory) |
Modifier and Type | Class and Description |
---|---|
class |
SslClientConnectionFactory |
Modifier and Type | Field and Description |
---|---|
private ClientConnectionFactory |
SslClientConnectionFactory.connectionFactory |
Constructor and Description |
---|
SslClientConnectionFactory(SslContextFactory sslContextFactory,
ByteBufferPool byteBufferPool,
java.util.concurrent.Executor executor,
ClientConnectionFactory connectionFactory) |
Modifier and Type | Class and Description |
---|---|
class |
HttpClientTransportOverUnixSockets |