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 |
Modifier and Type | Class and Description |
---|---|
class |
AbstractConnectorHttpClientTransport |
class |
AbstractHttpClientTransport |
Modifier and Type | Field and Description |
---|---|
private HttpClientTransport |
HttpClient.transport |
Modifier and Type | Method and Description |
---|---|
HttpClientTransport |
HttpClient.getTransport() |
Constructor and Description |
---|
HttpClient(HttpClientTransport transport)
Creates a
HttpClient instance that can perform requests to non-TLS destinations only
(that is, requests with the "http" scheme only, and not "https"). |
HttpClient(HttpClientTransport transport,
SslContextFactory sslContextFactory) |
Modifier and Type | Class and Description |
---|---|
class |
HttpClientTransportOverHTTP |