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.io |
Jetty IO : Core classes for Jetty IO subsystem
|
org.eclipse.jetty.io.ssl |
Jetty IO : Core SSL Support
|
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 |
Constructor and Description |
---|
Socks4ProxyClientConnectionFactory(ClientConnectionFactory connectionFactory) |
Modifier and Type | Class and Description |
---|---|
class |
HttpClientTransportOverHTTP |
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) |
Copyright © 1995–2020 Webtide. All rights reserved.