Uses of Interface
org.asynchttpclient.proxy.ProxyServerSelector
- 
Packages that use ProxyServerSelector Package Description org.asynchttpclient org.asynchttpclient.proxy org.asynchttpclient.util 
- 
- 
Uses of ProxyServerSelector in org.asynchttpclientMethods in org.asynchttpclient that return ProxyServerSelector Modifier and Type Method Description ProxyServerSelectorAsyncHttpClientConfig. getProxyServerSelector()An instance ofProxyServerused by anAsyncHttpClientProxyServerSelectorDefaultAsyncHttpClientConfig. getProxyServerSelector()Methods in org.asynchttpclient with parameters of type ProxyServerSelector Modifier and Type Method Description DefaultAsyncHttpClientConfig.BuilderDefaultAsyncHttpClientConfig.Builder. setProxyServerSelector(ProxyServerSelector proxyServerSelector)
- 
Uses of ProxyServerSelector in org.asynchttpclient.proxyFields in org.asynchttpclient.proxy declared as ProxyServerSelector Modifier and Type Field Description static ProxyServerSelectorProxyServerSelector. NO_PROXY_SELECTORA selector that always selects no proxy.
- 
Uses of ProxyServerSelector in org.asynchttpclient.utilMethods in org.asynchttpclient.util that return ProxyServerSelector Modifier and Type Method Description 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.
 
-