Home
last modified time | relevance | path

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

/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
DAuthenticator.java59 Request authenticateProxy(Proxy proxy, Response response) throws IOException; in authenticateProxy() method
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/
DRecordingOkAuthenticator.java52 @Override public Request authenticateProxy(Proxy proxy, Response response) { in authenticateProxy() method in RecordingOkAuthenticator
/external/okhttp/samples/guide/src/main/java/com/squareup/okhttp/recipes/
DAuthenticate.java40 @Override public Request authenticateProxy(Proxy proxy, Response response) { in run()
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
DAuthenticatorAdapter.java59 @Override public Request authenticateProxy(Proxy proxy, Response response) throws IOException { in authenticateProxy() method in AuthenticatorAdapter
DOkHeaders.java287 ? authenticator.authenticateProxy(proxy, response) in processAuthHeader()