Searched refs:getProxySelector (Results 1 – 11 of 11) sorted by relevance
102 if (failedRoute.getProxy().type() != Proxy.Type.DIRECT && address.getProxySelector() != null) { in connectFailed()104 address.getProxySelector().connectFailed( in connectFailed()120 List<Proxy> selectedProxies = address.getProxySelector().select(url.uri()); in resetNextProxy()
985 client.getConnectionSpecs(), client.getProxySelector()); in createAddress()
105 if (failedRoute.getProxy().type() != Proxy.Type.DIRECT && address.getProxySelector() != null) { in connectFailed()107 address.getProxySelector().connectFailed( in connectFailed()123 List<Proxy> selectedProxies = address.getProxySelector().select(url.uri()); in resetNextProxy()
998 client.getConnectionSpecs(), client.getProxySelector()); in createAddress()
145 public ProxySelector getProxySelector() { in getProxySelector() method in Address
267 public ProxySelector getProxySelector() { in getProxySelector() method in OkHttpClient
147 public ProxySelector getProxySelector() { in getProxySelector() method in Address
275 public ProxySelector getProxySelector() { in getProxySelector() method in OkHttpClient
105 public ProxySelector getProxySelector() { in getProxySelector() method in ProxySelectorRoutePlanner
126 assertSame(proxySelector, client.getProxySelector()); in copyWithDefaultsWhenDefaultIsGlobal()
2795 method @Deprecated public java.net.ProxySelector getProxySelector();