Example usage for Java com.squareup.okhttp Handshake fields, constructors, methods, implement or subclass
The text is from its open source code.
String | cipherSuite |
List | peerCertificates |
List | localCertificates |
Principal | localPrincipal() Returns the local principle, or null if this peer is anonymous. |
Principal | peerPrincipal() Returns the remote peer's principle, or null if that peer is anonymous. |