Package | Description |
---|---|
org.glassfish.grizzly.samples.sni.httpserver | |
org.glassfish.grizzly.sni |
Modifier and Type | Method and Description |
---|---|
SNIConfig |
FooBarSNIResolver.resolve(Connection connection,
String hostname) |
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 © 2015 Oracle Corporation. All rights reserved.