Package org.jclouds.proxy
Interface ProxyConfig
- All Known Implementing Classes:
 GuiceProxyConfig
public interface ProxyConfig
parameters needed to configure 
 to decide if proxy support should even be attempted.
Proxy. Check presence of
 
invalid reference
#getProxyHost()
- 
Method Summary
Modifier and TypeMethodDescriptioncom.google.common.base.Optional<Credentials> com.google.common.base.Optional<com.google.common.net.HostAndPort> getProxy()Returns the host and port of the proxy configured here, if there is onegetType()booleanbooleanDeprecated. 
- 
Method Details
- 
useSystem
Deprecated.- See Also:
 
 - 
isJvmProxyEnabled
boolean isJvmProxyEnabled()- See Also:
 
 - 
getType
Proxy.Type getType()- See Also:
 
 - 
getProxy
com.google.common.base.Optional<com.google.common.net.HostAndPort> getProxy()Returns the host and port of the proxy configured here, if there is one- See Also:
 
 - 
getCredentials
com.google.common.base.Optional<Credentials> getCredentials()- See Also:
 
 
 -