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 Origin.Address |
ProxyConfiguration.Proxy.address |
private Origin.Address |
Origin.address |
Modifier and Type | Method and Description |
---|---|
Origin.Address |
ProxyConfiguration.Proxy.getAddress() |
Origin.Address |
Origin.getAddress() |
Origin.Address |
HttpDestination.getConnectAddress() |
Modifier and Type | Method and Description |
---|---|
private boolean |
ProxyConfiguration.Proxy.matches(Origin.Address address,
java.lang.String pattern) |
Constructor and 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) |