| 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 | Method | Description |
|---|---|---|
Origin.Address |
Origin.getAddress() |
|
Origin.Address |
ProxyConfiguration.Proxy.getAddress() |
|
Origin.Address |
HttpDestination.getConnectAddress() |
| Constructor | Description |
|---|---|
HttpProxy(Origin.Address address,
boolean secure) |
|
Origin(java.lang.String scheme,
Origin.Address address) |
|
Proxy(Origin.Address address,
boolean secure) |
|
Socks4Proxy(Origin.Address address,
boolean secure) |
Copyright © 1995–2018 Webtide. All rights reserved.