| Package | Description |
|---|---|
| okhttp3 | |
| okhttp3.internal.io |
| Modifier and Type | Method and Description |
|---|---|
static Handshake |
Handshake.get(SSLSession
|
static Handshake |
Handshake.get(TlsVersion
|
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 |
Response.Builder.handshake(Handshake
|
| Modifier and Type | Method and Description |
|---|---|
Handshake |
RealConnection.handshake()
|