| 程序包 | 说明 |
|---|---|
| com.lark.oapi.okhttp |
An HTTP+HTTP/2 client for Android and Java applications.
|
| com.lark.oapi.okhttp.internal.connection |
| 限定符和类型 | 方法和说明 |
|---|---|
static Handshake |
Handshake.get(SSLSession session) |
static Handshake |
Handshake.get(TlsVersion tlsVersion,
CipherSuite cipherSuite,
List<Certificate> peerCertificates,
List<Certificate> localCertificates) |
Handshake |
Connection.handshake()
Returns the TLS handshake used to establish this connection, or null if the connection is not
HTTPS.
|
Handshake |
Response.handshake()
Returns the TLS handshake of the connection that carried this response, or null if the response
was received without TLS.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Response.Builder |
Response.Builder.handshake(Handshake handshake) |
void |
EventListener.secureConnectEnd(Call call,
Handshake handshake)
Invoked immediately after a TLS connection was attempted.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Handshake |
RealConnection.handshake() |
Copyright © 2024. All rights reserved.