| Package | Description |
|---|---|
| com.ning.http.client |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
SimpleAsyncHttpClient.Builder |
SimpleAsyncHttpClient.Builder.setProxyProtocol(ProxyServer.Protocol protocol) |
| Constructor and Description |
|---|
ProxyServer(ProxyServer.Protocol protocol,
String host,
int port) |
ProxyServer(ProxyServer.Protocol protocol,
String host,
int port,
String principal,
String password) |
Copyright © 2015. All rights reserved.