Uses of Class
esmska.transfer.ProxyManager.ProxyType
-
Packages that use ProxyManager.ProxyType Package Description esmska.transfer -
-
Uses of ProxyManager.ProxyType in esmska.transfer
Methods in esmska.transfer that return ProxyManager.ProxyType Modifier and Type Method Description static ProxyManager.ProxyTypeProxyManager.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.Methods in esmska.transfer with parameters of type ProxyManager.ProxyType Modifier and Type Method Description static org.apache.commons.httpclient.ProxyHostProxyManager. getProxyHost(ProxyManager.ProxyType proxyType)Get ProxyHost for current proxy settings for a particular proxy type
-