Uses of Class
com.ning.http.client.ProxyServer

Packages that use ProxyServer
com.ning.http.client   
com.ning.http.util   
 

Uses of ProxyServer in com.ning.http.client
 

Methods in com.ning.http.client that return ProxyServer
 ProxyServer ProxyServer.addNonProxyHost(String uri)
           
 ProxyServer Request.getProxyServer()
          Return the ProxyServer
 ProxyServer PerRequestConfig.getProxyServer()
           
 ProxyServer AsyncHttpClientConfig.getProxyServer()
          An instance of ProxyServer used by an AsyncHttpClient
 ProxyServer ProxyServer.removeNonProxyHost(String uri)
           
 ProxyServer ProxyServer.setEncoding(String encoding)
           
 ProxyServer ProxyServer.setNtlmDomain(String ntlmDomain)
           
 

Methods in com.ning.http.client with parameters of type ProxyServer
 T RequestBuilderBase.setProxyServer(ProxyServer proxyServer)
           
 RequestBuilder RequestBuilder.setProxyServer(ProxyServer proxyServer)
           
 AsyncHttpClientConfig.Builder AsyncHttpClientConfig.Builder.setProxyServer(ProxyServer proxyServer)
          Set an instance of ProxyServer used by an AsyncHttpClient
 

Constructors in com.ning.http.client with parameters of type ProxyServer
PerRequestConfig(ProxyServer proxyServer, int requestTimeoutInMs)
           
 

Uses of ProxyServer in com.ning.http.util
 

Methods in com.ning.http.util with parameters of type ProxyServer
static boolean ProxyUtils.avoidProxy(ProxyServer proxyServer, Request request)
          Checks whether proxy should be used according to nonProxyHosts settings of it, or we want to go directly to target host.
static boolean ProxyUtils.avoidProxy(ProxyServer proxyServer, String target)
          Checks whether proxy should be used according to nonProxyHosts settings of it, or we want to go directly to target host.
static String AuthenticatorUtils.computeBasicAuthentication(ProxyServer proxyServer)
           
 



Copyright © 2011. All Rights Reserved.