| Package | Description |
|---|---|
| okhttp3 |
| Modifier and Type | Field and Description |
|---|---|
static Authenticator |
Authenticator.NONE
An authenticator that knows no credentials and makes no attempt to authenticate.
|
| Modifier and Type | Method and Description |
|---|---|
Authenticator |
OkHttpClient.authenticator()
|
Authenticator |
OkHttpClient.proxyAuthenticator()
|
Authenticator |
Address.proxyAuthenticator()
Returns the client's proxy authenticator.
|
| Modifier and Type | Method and Description |
|---|---|
OkHttpClient |
OkHttpClient.Builder.authenticator(Authenticator
Sets the authenticator used to respond to challenges from origin servers.
|
OkHttpClient |
OkHttpClient.Builder.proxyAuthenticator(Authenticator
Sets the authenticator used to respond to challenges from proxy servers.
|
| Constructor and Description | |
|---|---|
Address(String
|