Package | Description |
---|---|
com.squareup.okhttp | |
com.squareup.okhttp.internal.io |
Modifier and Type | Method and Description |
---|---|
static Handshake |
Handshake.get(SSLSession session) |
static Handshake |
Handshake.get(String cipherSuite,
List<Certificate> peerCertificates,
List<Certificate> localCertificates) |
Handshake |
Connection.getHandshake() |
Handshake |
Response.handshake()
Returns the TLS handshake of the connection that carried this response, or
null if the response was received without TLS.
|
Modifier and Type | Method and Description |
---|---|
Response.Builder |
Response.Builder.handshake(Handshake handshake) |
Modifier and Type | Method and Description |
---|---|
Handshake |
RealConnection.getHandshake() |
Copyright © 2017. All rights reserved.