Searched refs:connectFailed (Results 1 - 6 of 6) sorted by relevance

/libcore/luni/src/main/java/java/net/
H A DProxySelector.java129 public abstract void connectFailed(URI uri, SocketAddress address, IOException failure); method in class:ProxySelector
H A DProxySelectorImpl.java25 @Override public void connectFailed(URI uri, SocketAddress sa, IOException ioe) { method in class:ProxySelectorImpl
/libcore/luni/src/main/java/libcore/net/http/
H A DHttpConnection.java120 selector.connectFailed(uri, selectedProxy.address(), e);
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/http/
H A DHttpURLConnectionTest.java155 public void connectFailed(URI uri, SocketAddress sa, IOException ioe) { method in class:HttpURLConnectionTest.TestProxySelector
/libcore/luni/src/main/java/libcore/net/url/
H A DFtpURLConnection.java195 // If connect failed, callback "connectFailed"
198 selector.connectFailed(uri, currentProxy.address(), ioe);
/libcore/luni/src/test/java/libcore/java/net/
H A DOldURLTest.java573 public void connectFailed(URI uri, SocketAddress sa, IOException ioe) { method in class:OldURLTest.MockProxySelector

Completed in 252 milliseconds