类的使用
com.lark.oapi.okhttp.Handshake
使用Handshake的程序包
程序包
说明
An HTTP+HTTP/2 client for Android and Java applications.
-
com.lark.oapi.okhttp中Handshake的使用
修饰符和类型方法说明static HandshakeHandshake.get(TlsVersion tlsVersion, CipherSuite cipherSuite, List<Certificate> peerCertificates, List<Certificate> localCertificates) static HandshakeHandshake.get(SSLSession session) Connection.handshake()Returns the TLS handshake used to establish this connection, or null if the connection is not HTTPS.Response.handshake()Returns the TLS handshake of the connection that carried this response, or null if the response was received without TLS.参数类型为Handshake的com.lark.oapi.okhttp中的方法修饰符和类型方法说明voidEventListener.secureConnectEnd(Call call, Handshake handshake) Invoked immediately after a TLS connection was attempted. -
com.lark.oapi.okhttp.internal.connection中Handshake的使用