| Modifier and Type | Method and Description |
|---|---|
static Handshake |
Handshake.get(javax.net.ssl.SSLSession session) |
static Handshake |
Handshake.get(TlsVersion tlsVersion,
CipherSuite cipherSuite,
java.util.List<java.security.cert.Certificate> peerCertificates,
java.util.List<java.security.cert.Certificate> localCertificates) |
Handshake |
Response.handshake()
Returns the TLS handshake of the connection that carried this response, or null if the response
was received without TLS.
|
Handshake |
Connection.handshake()
Returns the TLS handshake used to establish this connection, or null if the connection is not
HTTPS.
|
| Modifier and Type | Method and Description |
|---|---|
Response.Builder |
Response.Builder.handshake(Handshake handshake) |
void |
EventListener.secureConnectEnd(Call call,
Handshake handshake)
Invoked immediately after a TLS connection was attempted.
|
Copyright © 2017. All Rights Reserved.