| Package | Description |
|---|---|
| org.aoju.bus.http.accord | |
| org.aoju.bus.http.metric | |
| org.aoju.bus.http.secure |
| Modifier and Type | Method and Description |
|---|---|
List<TlsVersion> |
ConnectionSuite.tlsVersions() |
| Modifier and Type | Method and Description |
|---|---|
ConnectionSuite.Builder |
ConnectionSuite.Builder.tlsVersions(TlsVersion... tlsVersions) |
| Modifier and Type | Method and Description |
|---|---|
TlsVersion |
Handshake.tlsVersion() |
| Modifier and Type | Method and Description |
|---|---|
static Handshake |
Handshake.get(TlsVersion tlsVersion,
CipherSuite cipherSuite,
List<Certificate> peerCertificates,
List<Certificate> localCertificates) |
| Modifier and Type | Method and Description |
|---|---|
static TlsVersion |
TlsVersion.forJavaName(String javaName) |
static TlsVersion |
TlsVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TlsVersion[] |
TlsVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static List<TlsVersion> |
TlsVersion.forJavaNames(String... tlsVersions) |
Copyright © 2020. All rights reserved.