| Package | Description |
|---|---|
| org.apache.hc.client5.http.ssl |
Client TLS/SSL support.
|
| Modifier and Type | Method and Description |
|---|---|
static TLS |
TLS.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TLS[] |
TLS.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SSLConnectionSocketFactoryBuilder |
SSLConnectionSocketFactoryBuilder.setTlsVersions(TLS... tlslVersions)
Assigns enabled
TLS versions. |
ClientTlsStrategyBuilder |
ClientTlsStrategyBuilder.setTlsVersions(TLS... tlslVersions)
Assigns enabled
TLS versions. |
Copyright © 1999–2018 The Apache Software Foundation. All rights reserved.