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

Packages that use ProxyServer
com.ning.http.client   
com.ning.http.client.providers.grizzly   
com.ning.http.client.providers.netty   
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()
          Deprecated.  
 ProxyServer ProxyServer.removeNonProxyHost(String uri)
           
 ProxyServer ProxyServerSelector.select(URI uri)
          Select a proxy server to use for the given 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)
           
 AsyncHttpClientConfigBean AsyncHttpClientConfigBean.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)
          Deprecated.  
 

Uses of ProxyServer in com.ning.http.client.providers.grizzly
 

Methods in com.ning.http.client.providers.grizzly that return ProxyServer
 ProxyServer GrizzlyResponseFuture.getProxy()
           
 

Uses of ProxyServer in com.ning.http.client.providers.netty
 

Methods in com.ning.http.client.providers.netty that return ProxyServer
 ProxyServer NettyResponseFuture.getProxyServer()
           
 

Methods in com.ning.http.client.providers.netty with parameters of type ProxyServer
protected static org.jboss.netty.handler.codec.http.HttpRequest NettyAsyncHttpProvider.buildRequest(AsyncHttpClientConfig config, Request request, URI uri, boolean allowConnect, org.jboss.netty.buffer.ChannelBuffer buffer, ProxyServer proxyServer)
           
static
<T> NettyResponseFuture<T>
NettyAsyncHttpProvider.newFuture(URI uri, Request request, AsyncHandler<T> asyncHandler, org.jboss.netty.handler.codec.http.HttpRequest nettyRequest, AsyncHttpClientConfig config, NettyAsyncHttpProvider provider, ProxyServer proxyServer)
           
 

Constructors in com.ning.http.client.providers.netty with parameters of type ProxyServer
NettyResponseFuture(URI uri, Request request, AsyncHandler<V> asyncHandler, org.jboss.netty.handler.codec.http.HttpRequest nettyRequest, int requestTimeoutInMs, int idleConnectionTimeoutInMs, NettyAsyncHttpProvider asyncHttpProvider, ConnectionPoolKeyStrategy connectionPoolKeyStrategy, ProxyServer proxyServer)
           
 

Uses of ProxyServer in com.ning.http.util
 

Methods in com.ning.http.util that return ProxyServer
static ProxyServer ProxyUtils.getProxyServer(AsyncHttpClientConfig config, Request request)
           
 

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)
           
static ProxyServerSelector ProxyUtils.createProxyServerSelector(ProxyServer proxyServer)
          Create a proxy server selector that always selects a single proxy server.
 



Copyright © 2014. All Rights Reserved.