Uses of Class
com.atlassian.httpclient.api.factory.Host

Packages that use Host
com.atlassian.httpclient.api.factory   
 

Uses of Host in com.atlassian.httpclient.api.factory
 

Methods in com.atlassian.httpclient.api.factory that return types with arguments of type Host
 Map<Scheme,Host> ProxyOptions.getProxyHosts()
          Get the mapping of schemes and their proxy hosts.
 

Methods in com.atlassian.httpclient.api.factory with parameters of type Host
 ProxyOptions.ProxyOptionsBuilder ProxyOptions.ProxyOptionsBuilder.withProxy(Scheme scheme, Host proxyHost)
          Add a proxy host for the given scheme.
 

Method parameters in com.atlassian.httpclient.api.factory with type arguments of type Host
 ProxyOptions.ProxyOptionsBuilder ProxyOptions.ProxyOptionsBuilder.withProxy(Map<Scheme,Host> proxyHostMap, Map<Scheme,List<String>> nonProxyHosts)
          Configure proxies as per given arguments.
 



Copyright © 2012–2015 Atlassian. All rights reserved.