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
static ProxyServer ProxyServer.fromProxy(Proxy proxy)
          Convert from Java java.net.Proxy object.
 ProxyServer Request.getProxyServer()
          Return the ProxyServer
 ProxyServer PerRequestConfig.getProxyServer()
           
 ProxyServer AsyncHttpClientConfig.getProxyServer()
          An instance of ProxyServer used by an AsyncHttpClient
 

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 String AuthenticatorUtils.computeBasicAuthentication(ProxyServer proxyServer)
           
 



Copyright © 2010. All Rights Reserved.