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 PerRequestConfig.getProxyServer()
           
 ProxyServer AsyncHttpClientConfig.getProxyServer()
          An instance of ProxyServer used by an AsyncHttpClient
 ProxyServer Request.getProxyServer()
          Return the ProxyServer
 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
 RequestBuilder RequestBuilder.setProxyServer(ProxyServer proxyServer)
           
 AsyncHttpClientConfig.Builder AsyncHttpClientConfig.Builder.setProxyServer(ProxyServer proxyServer)
          Set an instance of ProxyServer used by an AsyncHttpClient
 T RequestBuilderBase.setProxyServer(ProxyServer proxyServer)
           
 

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)
          ProxyUtils.avoidProxy(ProxyServer,String)
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.