| Package | Description |
|---|---|
| org.aoju.bus.http | |
| org.aoju.bus.http.accord | |
| org.aoju.bus.http.magic | |
| org.aoju.bus.http.metric | |
| org.aoju.bus.http.metric.http |
| 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 |
RealConnection.handshake() |
Handshake |
Connection.handshake() |
| Modifier and Type | Method and Description |
|---|---|
Handshake |
HttpResponse.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(NewCall call,
Handshake handshake)
尝试TLS连接后立即调用.
|
| Modifier and Type | Method and Description |
|---|---|
protected Handshake |
HttpsURLConnection.handshake() |
protected abstract Handshake |
DelegatingConnection.handshake() |
Copyright © 2020. All rights reserved.