public interface ProxyConfig
Proxy
. Check presence of
#getProxyHost()
to decide if proxy support should even be attempted.Modifier and Type | Method and Description |
---|---|
com.google.common.base.Optional<Credentials> |
getCredentials() |
com.google.common.base.Optional<com.google.common.net.HostAndPort> |
getProxy() |
Proxy.Type |
getType() |
boolean |
useSystem() |
boolean useSystem()
Constants.PROPERTY_PROXY_SYSTEM
Proxy.Type getType()
Constants.PROPERTY_PROXY_TYPE
com.google.common.base.Optional<com.google.common.net.HostAndPort> getProxy()
com.google.common.base.Optional<Credentials> getCredentials()
Copyright © 2009-2013 jclouds. All Rights Reserved.