| 程序包 | 说明 |
|---|---|
| com.lark.oapi.okhttp |
An HTTP+HTTP/2 client for Android and Java applications.
|
| 限定符和类型 | 字段和说明 |
|---|---|
static CertificatePinner |
CertificatePinner.DEFAULT |
| 限定符和类型 | 方法和说明 |
|---|---|
CertificatePinner |
CertificatePinner.Builder.build() |
CertificatePinner |
OkHttpClient.certificatePinner() |
CertificatePinner |
Address.certificatePinner()
Returns this address's certificate pinner, or null if this is not an HTTPS address.
|
| 限定符和类型 | 方法和说明 |
|---|---|
OkHttpClient.Builder |
OkHttpClient.Builder.certificatePinner(CertificatePinner certificatePinner)
Sets the certificate pinner that constrains which certificates are trusted.
|
| 构造器和说明 |
|---|
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 © 2022. All rights reserved.