public final class HttpsConnectorConfig extends HttpConnectorConfig
| Modifier and Type | Class and Description |
|---|---|
static class |
HttpsConnectorConfig.Builder
Builder for
HttpsConnectorConfig. |
| Modifier and Type | Method and Description |
|---|---|
String |
certificateFile() |
String |
certificateKeyFile() |
List<String> |
ciphers()
The cipher suites to enable, in the order of preference.
|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isConfigured() |
List<String> |
protocols()
The TLS protocol versions to enable.
|
long |
sessionCacheSize()
Size of the cache used for storing SSL session objects.
|
long |
sessionTimeoutMillis()
Timeout for the cached SSL session objects.
|
String |
sslProvider()
Implementation of SSL functionality, can be JDK or OPENSSL.
|
String |
toString() |
String |
type() |
port, portpublic String type()
type in interface ConnectorConfigtype in class HttpConnectorConfigpublic String sslProvider()
public String certificateFile()
public String certificateKeyFile()
public List<String> ciphers()
public long sessionTimeoutMillis()
public long sessionCacheSize()
public int hashCode()
hashCode in class HttpConnectorConfigpublic boolean equals(Object obj)
equals in class HttpConnectorConfigpublic String toString()
toString in class HttpConnectorConfigpublic boolean isConfigured()
Copyright © 2013–2020 Hotels.com. All rights reserved.