public abstract class ProxyConfig extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ProxyConfig.AuthenticationInfo |
| Constructor and Description |
|---|
ProxyConfig() |
| Modifier and Type | Method and Description |
|---|---|
abstract Iterable<ProxyConfig.AuthenticationInfo> |
getAuthenticationInfo() |
com.atlassian.fugue.Option<org.apache.http.HttpHost> |
getProxyHost() |
abstract ProxySelector |
toProxySelector() |
public com.atlassian.fugue.Option<org.apache.http.HttpHost> getProxyHost()
public abstract Iterable<ProxyConfig.AuthenticationInfo> getAuthenticationInfo()
public abstract ProxySelector toProxySelector()
ProxySelector equivalent of this this proxy configurationCopyright © 2012–2018 Atlassian. All rights reserved.