Modifier and Type | Method and Description |
---|---|
SSLEngineConfigurator |
NetworkListener.getSslEngineConfig() |
Modifier and Type | Method and Description |
---|---|
void |
NetworkListener.setSSLEngineConfig(SSLEngineConfigurator sslEngineConfig)
Provides customization of the
SSLEngine used by this listener. |
Constructor and Description |
---|
SSLProtocolFinder(SSLEngineConfigurator sslEngineConfigurator) |
Constructor and Description |
---|
FooBarSNIResolver(SSLEngineConfigurator fooSSLEngineConfig,
SSLEngineConfigurator barSSLEngineConfig) |
Modifier and Type | Method and Description |
---|---|
protected static SSLEngineConfigurator |
ServerUtils.getServerSSLEngineConfigurator()
Initializes SSLEngine configurator.
|
Modifier and Type | Method and Description |
---|---|
static SNIConfig |
SNIConfig.newClientConfig(String host,
SSLEngineConfigurator sslEngineConfigurator) |
static SNIConfig |
SNIConfig.newServerConfig(SSLEngineConfigurator sslEngineConfigurator) |
Constructor and Description |
---|
SNIFilter(SSLEngineConfigurator serverSSLEngineConfigurator,
SSLEngineConfigurator clientSSLEngineConfigurator)
Construct an SNIFilter with the given default client and server
side
SSLEngineConfigurator . |
SNIFilter(SSLEngineConfigurator serverSSLEngineConfigurator,
SSLEngineConfigurator clientSSLEngineConfigurator,
boolean renegotiateOnClientAuthWant)
Construct an SNIFilter with the given default
SSLEngineConfigurator . |
Modifier and Type | Method and Description |
---|---|
protected void |
SSLFilter.handshake(Connection<?> connection,
CompletionHandler<SSLEngine> completionHandler,
Object dstAddress,
SSLEngineConfigurator sslEngineConfigurator,
FilterChainContext context,
boolean forceBeginHandshake) |
void |
SSLFilter.handshake(Connection connection,
CompletionHandler<SSLEngine> completionHandler,
Object dstAddress,
SSLEngineConfigurator sslEngineConfigurator) |
Future<SSLEngine> |
SSLCodec.handshake(Connection connection,
SSLEngineConfigurator configurator) |
Future<SSLEngine> |
SSLStreamWriter.handshake(SSLStreamReader sslStreamReader,
SSLEngineConfigurator configurator) |
Future<SSLEngine> |
SSLStreamWriter.handshake(SSLStreamReader sslStreamReader,
SSLEngineConfigurator configurator,
CompletionHandler<SSLEngine> completionHandler) |
Constructor and Description |
---|
SSLBaseFilter(SSLEngineConfigurator serverSSLEngineConfigurator)
Build SSLFilter with the given
SSLEngineConfigurator . |
SSLBaseFilter(SSLEngineConfigurator serverSSLEngineConfigurator,
boolean renegotiateOnClientAuthWant)
Build SSLFilter with the given
SSLEngineConfigurator . |
SSLEngineConfigurator(SSLEngineConfigurator pattern) |
SSLFilter(SSLEngineConfigurator serverSSLEngineConfigurator,
SSLEngineConfigurator clientSSLEngineConfigurator)
Build SSLFilter with the given
SSLEngineConfigurator . |
SSLFilter(SSLEngineConfigurator serverSSLEngineConfigurator,
SSLEngineConfigurator clientSSLEngineConfigurator,
boolean renegotiateOnClientAuthWant)
Build SSLFilter with the given
SSLEngineConfigurator . |
SSLHandshakeCondition(StreamReader streamReader,
StreamWriter streamWriter,
SSLEngineConfigurator configurator,
SSLEngine sslEngine,
SSLStreamWriter.HandshakeCompletionHandler completionHandler) |
Copyright © 2015 Oracle Corporation. All rights reserved.