| Package | Description |
|---|---|
| org.aoju.bus.http | |
| org.aoju.bus.http.magic | |
| org.aoju.bus.http.secure |
| Modifier and Type | Method and Description |
|---|---|
Authenticator |
Httpd.authenticator() |
Authenticator |
Httpd.proxyAuthenticator() |
Authenticator |
Address.proxyAuthenticator() |
| Modifier and Type | Method and Description |
|---|---|
Httpd.Builder |
Httpd.Builder.authenticator(Authenticator authenticator)
设置用于响应来自源服务器的挑战的验证器。使用
Httpd.Builder.proxyAuthenticator设置代理服务器的身份验证器. |
Httpd.Builder |
Httpd.Builder.proxyAuthenticator(Authenticator proxyAuthenticator)
设置用于响应来自代理服务器的挑战的验证器。使用
Httpd.Builder.authenticator设置源服务器的身份验证器
果未设置,将尝试no authentication will be attempted |
| Constructor and Description |
|---|
Address(String uriHost,
int uriPort,
DnsX dns,
SocketFactory socketFactory,
SSLSocketFactory sslSocketFactory,
HostnameVerifier hostnameVerifier,
CertificatePinner certificatePinner,
Authenticator proxyAuthenticator,
Proxy proxy,
List<Protocol> protocols,
List<ConnectionSuite> connectionSuites,
ProxySelector proxySelector) |
| Modifier and Type | Method and Description |
|---|---|
Authenticator |
HttpProxy.authenticator() |
| Modifier and Type | Method and Description |
|---|---|
HttpBuilder |
HttpBuilder.authenticator(Authenticator authenticator) |
HttpBuilder |
HttpBuilder.proxyAuthenticator(Authenticator proxyAuthenticator) |
| Modifier and Type | Class and Description |
|---|---|
class |
NetAuthenticator |
| Modifier and Type | Field and Description |
|---|---|
static Authenticator |
Authenticator.NONE
不知道任何凭据且不尝试进行身份验证的验证程序.
|
Copyright © 2020. All rights reserved.