| Package | Description |
|---|---|
| org.asynchttpclient.proxy | |
| org.asynchttpclient.simple |
| Modifier and Type | Method and Description |
|---|---|
ProxyServer.Protocol |
ProxyServer.getProtocol() |
static ProxyServer.Protocol |
ProxyServer.Protocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProxyServer.Protocol[] |
ProxyServer.Protocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ProxyServer(ProxyServer.Protocol protocol,
String host,
int port) |
ProxyServer(ProxyServer.Protocol protocol,
String host,
int port,
int securedPort,
String principal,
String password) |
ProxyServer(ProxyServer.Protocol protocol,
String host,
int port,
String principal,
String password) |
| Modifier and Type | Method and Description |
|---|---|
SimpleAsyncHttpClient.Builder |
SimpleAsyncHttpClient.Builder.setProxyProtocol(ProxyServer.Protocol protocol) |
Copyright © 2015. All Rights Reserved.