Package | Description |
---|---|
esmska.transfer |
Modifier and Type | Method and Description |
---|---|
static ProxyManager.ProxyType |
ProxyManager.ProxyType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ProxyManager.ProxyType[] |
ProxyManager.ProxyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static org.apache.commons.httpclient.ProxyHost |
ProxyManager.getProxyHost(ProxyManager.ProxyType proxyType)
Get ProxyHost for current proxy settings for a particular proxy type
|