Home
last modified time | relevance | path

Searched refs:getConnectToInetAddress (Results 1 – 1 of 1) sorted by relevance

/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
DAuthenticatorAdapter.java46 url.host(), getConnectToInetAddress(proxy, url), url.port(), url.scheme(), in authenticate()
69 proxyAddress.getHostName(), getConnectToInetAddress(proxy, url), proxyAddress.getPort(), in authenticateProxy()
82 private InetAddress getConnectToInetAddress(Proxy proxy, HttpUrl url) throws IOException { in getConnectToInetAddress() method in AuthenticatorAdapter