Uses of Class
com.ning.http.client.ProxyServer
Packages that use ProxyServer
-
Uses of ProxyServer in com.ning.http.client
Methods in com.ning.http.client that return ProxyServerModifier and TypeMethodDescriptionProxyServer.addNonProxyHost(String uri) Request.getProxyServer()Return theProxyServerProxyServer.removeNonProxyHost(String uri) Select a proxy server to use for the given URI.ProxyServer.setCharset(Charset charset) ProxyServer.setNtlmDomain(String ntlmDomain) Methods in com.ning.http.client with parameters of type ProxyServerModifier and TypeMethodDescriptionConnectionPoolPartitioning.getPartitionKey(Uri uri, ProxyServer proxyServer) ConnectionPoolPartitioning.PerHostConnectionPoolPartitioning.getPartitionKey(Uri uri, ProxyServer proxyServer) AsyncHttpClientConfig.Builder.setProxyServer(ProxyServer proxyServer) Set an instance ofProxyServerused by anAsyncHttpClientAsyncHttpClientConfigBean.setProxyServer(ProxyServer proxyServer) RequestBuilder.setProxyServer(ProxyServer proxyServer) RequestBuilderBase.setProxyServer(ProxyServer proxyServer) -
Uses of ProxyServer in com.ning.http.util
Methods in com.ning.http.util that return ProxyServerModifier and TypeMethodDescriptionstatic ProxyServerProxyUtils.getProxyServer(AsyncHttpClientConfig config, Request request) Methods in com.ning.http.util with parameters of type ProxyServerModifier and TypeMethodDescriptionstatic booleanProxyUtils.avoidProxy(ProxyServer proxyServer, Request request) static booleanProxyUtils.avoidProxy(ProxyServer proxyServer, String hostname) Checks whether proxy should be used according to nonProxyHosts settings of it, or we want to go directly to target host.static StringAuthenticatorUtils.computeBasicAuthentication(ProxyServer proxyServer) static ProxyServerSelectorProxyUtils.createProxyServerSelector(ProxyServer proxyServer) Create a proxy server selector that always selects a single proxy server.static StringAuthenticatorUtils.perConnectionAuthorizationHeader(Request request, Uri uri, ProxyServer proxyServer, Realm realm) static StringAuthenticatorUtils.perConnectionProxyAuthorizationHeader(Request request, ProxyServer proxyServer, boolean connect) static StringAuthenticatorUtils.perRequestProxyAuthorizationHeader(Request request, Realm realm, ProxyServer proxyServer, boolean connect)