| Package | Description |
|---|---|
| org.aoju.bus.http |
| Modifier and Type | Field and Description |
|---|---|
static Authenticator |
Authenticator.NONE |
| Modifier and Type | Method and Description |
|---|---|
Authenticator |
HttpClient.authenticator() |
Authenticator |
HttpClient.proxyAuthenticator() |
Authenticator |
Address.proxyAuthenticator() |
| Modifier and Type | Method and Description |
|---|---|
HttpClient.Builder |
HttpClient.Builder.authenticator(Authenticator authenticator) |
HttpClient.Builder |
HttpClient.Builder.proxyAuthenticator(Authenticator proxyAuthenticator) |
| Constructor and Description |
|---|
Address(String uriHost,
int uriPort,
Dns dns,
SocketFactory socketFactory,
SSLSocketFactory sslSocketFactory,
HostnameVerifier hostnameVerifier,
CertificatePinner certificatePinner,
Authenticator proxyAuthenticator,
Proxy proxy,
List<Protocol> protocols,
List<ConnectionSpec> connectionSpecs,
ProxySelector proxySelector) |
Copyright © 2019. All rights reserved.