| Package | Description |
|---|---|
| org.aoju.bus.http | |
| org.aoju.bus.http.accord | |
| org.aoju.bus.http.offers |
| Modifier and Type | Method and Description |
|---|---|
Handshake |
Response.handshake() |
| Modifier and Type | Method and Description |
|---|---|
Response.Builder |
Response.Builder.handshake(Handshake handshake) |
| Modifier and Type | Method and Description |
|---|---|
Handshake |
Connection.handshake() |
Handshake |
RealConnection.handshake() |
| Modifier and Type | Method and Description |
|---|---|
static Handshake |
Handshake.get(SSLSession session) |
static Handshake |
Handshake.get(TlsVersion tlsVersion,
CipherSuite cipherSuite,
List<Certificate> peerCertificates,
List<Certificate> localCertificates) |
| Modifier and Type | Method and Description |
|---|---|
void |
EventListener.secureConnectEnd(Call call,
Handshake handshake) |
Copyright © 2019. All rights reserved.