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
 java.util.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(java.util.Map<Scheme,Host> proxyHostMap, java.util.Map<Scheme,java.util.List<java.lang.String>> nonProxyHosts)
          Configure proxies as per given arguments.
 



Copyright © 2012-2014 Atlassian. All Rights Reserved.