//okhttp/okhttp3/Handshake/Companion
Companion¶
[jvm]\ object Companion
Functions¶
Name | Summary |
---|---|
get | [jvm] @JvmStatic fun get(tlsVersion: TlsVersion, cipherSuite: CipherSuite, peerCertificates: List<Certificate>, localCertificates: List<Certificate>): Handshake |
handshake | [jvm] @JvmStatic @JvmName(name = "get") fun SSLSession.handshake(): Handshake |