Uses of Interface
com.ning.http.client.ProxyServerSelector
Packages that use ProxyServerSelector
-
Uses of ProxyServerSelector in com.ning.http.client
Fields in com.ning.http.client declared as ProxyServerSelectorModifier and TypeFieldDescriptionstatic final ProxyServerSelectorProxyServerSelector.NO_PROXY_SELECTORA selector that always selects no proxy.protected ProxyServerSelectorAsyncHttpClientConfig.proxyServerSelectorMethods in com.ning.http.client that return ProxyServerSelectorModifier and TypeMethodDescriptionAsyncHttpClientConfig.getProxyServerSelector()An instance ofProxyServerused by anAsyncHttpClientMethods in com.ning.http.client with parameters of type ProxyServerSelectorModifier and TypeMethodDescriptionAsyncHttpClientConfig.Builder.setProxyServerSelector(ProxyServerSelector proxyServerSelector) Set an instance ofProxyServerSelectorused by anAsyncHttpClientAsyncHttpClientConfigBean.setProxyServerSelector(ProxyServerSelector proxyServerSelector) -
Uses of ProxyServerSelector in com.ning.http.util
Methods in com.ning.http.util that return ProxyServerSelectorModifier and TypeMethodDescriptionstatic ProxyServerSelectorProxyUtils.createProxyServerSelector(ProxyServer proxyServer) Create a proxy server selector that always selects a single proxy server.static ProxyServerSelectorProxyUtils.createProxyServerSelector(ProxySelector proxySelector) Create a proxy server selector based on the passed in JDK proxy selector.static ProxyServerSelectorProxyUtils.createProxyServerSelector(Properties properties) Creates a proxy server instance from the given properties.static ProxyServerSelectorProxyUtils.getJdkDefaultProxyServerSelector()Get a proxy server selector based on the JDK default proxy selector.