Uses of Class
java.net.ProxySelector
| Package | Description |
|---|---|
| com.squareup.okhttp | |
| com.squareup.okhttp.internal.http | |
| java.net | |
| org.apache.http.impl.conn |
-
Uses of ProxySelector in com.squareup.okhttp
Methods in com.squareup.okhttp that return ProxySelector Modifier and Type Method Description ProxySelectorOkHttpClient. getProxySelector()Methods in com.squareup.okhttp with parameters of type ProxySelector Modifier and Type Method Description OkHttpClientOkHttpClient. setProxySelector(ProxySelector proxySelector)Sets the proxy selection policy to be used if noproxyis specified explicitly. -
Uses of ProxySelector in com.squareup.okhttp.internal.http
Constructors in com.squareup.okhttp.internal.http with parameters of type ProxySelector Constructor Description RouteSelector(Address address, URI uri, ProxySelector proxySelector, ConnectionPool pool, Dns dns, RouteDatabase routeDatabase) -
Uses of ProxySelector in java.net
Methods in java.net that return ProxySelector Modifier and Type Method Description static ProxySelectorProxySelector. getDefault()Returns the default proxy selector, or null if none exists.Methods in java.net with parameters of type ProxySelector Modifier and Type Method Description static voidProxySelector. setDefault(ProxySelector selector)Sets the default proxy selector. -
Uses of ProxySelector in org.apache.http.impl.conn
Fields in org.apache.http.impl.conn declared as ProxySelector Modifier and Type Field Description protected ProxySelectorProxySelectorRoutePlanner. proxySelectorThe proxy selector to use, ornullfor system default.Methods in org.apache.http.impl.conn that return ProxySelector Modifier and Type Method Description ProxySelectorProxySelectorRoutePlanner. getProxySelector()Obtains the proxy selector to use.Methods in org.apache.http.impl.conn with parameters of type ProxySelector Modifier and Type Method Description voidProxySelectorRoutePlanner. setProxySelector(ProxySelector prosel)Sets the proxy selector to use.Constructors in org.apache.http.impl.conn with parameters of type ProxySelector Constructor Description ProxySelectorRoutePlanner(SchemeRegistry schreg, ProxySelector prosel)Creates a new proxy selector route planner.