| Package | Description |
|---|---|
| okhttp3 |
| Modifier and Type | Method and Description |
|---|---|
static TlsVersion |
TlsVersion.forJavaName(String
|
TlsVersion |
Handshake.tlsVersion()
Returns the TLS version used for this connection.
|
static TlsVersion |
TlsVersion.valueOf(String
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 |
|---|---|
List |
ConnectionSpec.tlsVersions()
Returns the TLS versions to use when negotiating a connection.
|
| Modifier and Type | Method and Description |
|---|---|
static Handshake |
Handshake.get(TlsVersion
|
ConnectionSpec |
ConnectionSpec.Builder.tlsVersions(TlsVersion
|