| Package | Description |
|---|---|
| org.asynchttpclient.proxy |
| Modifier and Type | Method and Description |
|---|---|
ProxyType |
ProxyServer.getProxyType() |
static ProxyType |
ProxyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProxyType[] |
ProxyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ProxyServer.Builder |
ProxyServer.Builder.setProxyType(ProxyType proxyType) |
| Constructor and Description |
|---|
ProxyServer(String host,
int port,
int securedPort,
Realm realm,
List<String> nonProxyHosts,
ProxyType proxyType) |
Copyright © 2019. All rights reserved.