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.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 |
static class |
Socks4Proxy.Socks4ProxyClientConnectionFactory |
Modifier and Type | Method and Description |
---|---|
ClientConnectionFactory |
HttpDestination.getClientConnectionFactory() |
ClientConnectionFactory |
HttpProxy.newClientConnectionFactory(ClientConnectionFactory connectionFactory) |
abstract ClientConnectionFactory |
ProxyConfiguration.Proxy.newClientConnectionFactory(ClientConnectionFactory connectionFactory) |
ClientConnectionFactory |
Socks4Proxy.newClientConnectionFactory(ClientConnectionFactory connectionFactory) |
protected ClientConnectionFactory |
HttpClient.newSslClientConnectionFactory(ClientConnectionFactory connectionFactory) |
protected ClientConnectionFactory |
HttpDestination.newSslClientConnectionFactory(ClientConnectionFactory connectionFactory) |
Modifier and Type | Method and Description |
---|---|
ClientConnectionFactory |
HttpProxy.newClientConnectionFactory(ClientConnectionFactory connectionFactory) |
abstract ClientConnectionFactory |
ProxyConfiguration.Proxy.newClientConnectionFactory(ClientConnectionFactory connectionFactory) |
ClientConnectionFactory |
Socks4Proxy.newClientConnectionFactory(ClientConnectionFactory connectionFactory) |
protected ClientConnectionFactory |
HttpClient.newSslClientConnectionFactory(ClientConnectionFactory connectionFactory) |
protected ClientConnectionFactory |
HttpDestination.newSslClientConnectionFactory(ClientConnectionFactory connectionFactory) |
Constructor and Description |
---|
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 |
HTTP2ClientConnectionFactory |
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 | Class and Description |
---|---|
class |
NegotiatingClientConnectionFactory |
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 |
Constructor and Description |
---|
SslClientConnectionFactory(SslContextFactory sslContextFactory,
ByteBufferPool byteBufferPool,
java.util.concurrent.Executor executor,
ClientConnectionFactory connectionFactory) |
Modifier and Type | Class and Description |
---|---|
class |
HttpClientTransportOverUnixSockets |
Copyright © 1995–2023 Webtide. All rights reserved.