| 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.
|
| Modifier and Type | Field and Description |
|---|---|
private SslContextFactory.Client |
ProxyConfiguration.Proxy.sslContextFactory |
| Modifier and Type | Method and Description |
|---|---|
SslContextFactory.Client |
ProxyConfiguration.Proxy.getSslContextFactory() |
| Constructor and Description |
|---|
HttpProxy(Origin.Address address,
SslContextFactory.Client sslContextFactory) |
Proxy(Origin.Address address,
boolean secure,
SslContextFactory.Client sslContextFactory) |
Proxy(Origin.Address address,
SslContextFactory.Client sslContextFactory) |