Home
last modified time | relevance | path

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

/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/
DRecordingAuthenticator.java23 public final class RecordingAuthenticator extends Authenticator { class
30 public RecordingAuthenticator(PasswordAuthentication authentication) { in RecordingAuthenticator() method in RecordingAuthenticator
34 public RecordingAuthenticator() { in RecordingAuthenticator() method in RecordingAuthenticator
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DOkHttpClientTest.java18 import com.squareup.okhttp.internal.RecordingAuthenticator;
115 Authenticator authenticator = new RecordingAuthenticator(); in copyWithDefaultsWhenDefaultIsGlobal()
DURLConnectionTest.java21 import com.squareup.okhttp.internal.RecordingAuthenticator;
939 Authenticator.setDefault(new RecordingAuthenticator()); in proxyAuthenticateOnConnect()
961 assertEquals("Basic " + RecordingAuthenticator.BASE_64_CREDENTIALS, in proxyAuthenticateOnConnect()
1389 Authenticator.setDefault(new RecordingAuthenticator());
1520 RecordingAuthenticator authenticator = new RecordingAuthenticator(null);
1710 Authenticator.setDefault(new RecordingAuthenticator());
1727 assertEquals("Basic " + RecordingAuthenticator.BASE_64_CREDENTIALS,
1744 Authenticator.setDefault(new RecordingAuthenticator());
1756 assertEquals("Basic " + RecordingAuthenticator.BASE_64_CREDENTIALS,
1776 Authenticator.setDefault(new RecordingAuthenticator());
[all …]
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/
DHttpOverSpdyTest.java24 import com.squareup.okhttp.internal.RecordingAuthenticator;
221 Authenticator.setDefault(new RecordingAuthenticator()); in authenticate()
229 assertEquals("Basic " + RecordingAuthenticator.BASE_64_CREDENTIALS, in authenticate()