| Modifier and Type | Method and Description |
|---|---|
static SNIConfig |
SNIConfig.failServerConfig(String host) |
static SNIConfig |
SNIConfig.newClientConfig(String host) |
static SNIConfig |
SNIConfig.newClientConfig(String host,
SSLEngineConfigurator sslEngineConfigurator) |
static SNIConfig |
SNIConfig.newServerConfig(SSLEngineConfigurator sslEngineConfigurator) |
SNIConfig |
SNIClientConfigResolver.resolve(Connection connection)
|
SNIConfig |
SNIServerConfigResolver.resolve(Connection connection,
String hostname)
Returns
SNIConfig for the new Connection, null
value means use default SSLBaseFilter.getServerSSLEngineConfigurator(). |
Copyright © 2017 Oracle Corporation. All Rights Reserved.