Package | Description |
---|---|
org.glassfish.grizzly.http.server | |
org.glassfish.grizzly.portunif.finders | |
org.glassfish.grizzly.ssl |
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) |
Modifier and Type | Method and Description |
---|---|
SSLEngineConfigurator |
SSLEngineConfigurator.copy() |
SSLEngineConfigurator |
SSLCodec.getClientSSLEngineConfig() |
SSLEngineConfigurator |
SSLCodec.getServerSSLEngineConfig() |
SSLEngineConfigurator |
SSLEngineConfigurator.setCipherConfigured(boolean isCipherConfigured) |
SSLEngineConfigurator |
SSLEngineConfigurator.setClientMode(boolean clientMode)
Set
SSLEngine to be configured to work in client mode. |
SSLEngineConfigurator |
SSLEngineConfigurator.setEnabledCipherSuites(String[] enabledCipherSuites) |
SSLEngineConfigurator |
SSLEngineConfigurator.setEnabledProtocols(String[] enabledProtocols) |
SSLEngineConfigurator |
SSLEngineConfigurator.setNeedClientAuth(boolean needClientAuth) |
SSLEngineConfigurator |
SSLEngineConfigurator.setProtocolConfigured(boolean isProtocolConfigured) |
SSLEngineConfigurator |
SSLEngineConfigurator.setWantClientAuth(boolean wantClientAuth) |
Modifier and Type | Method and Description |
---|---|
protected void |
SSLFilter.handshake(Connection<?> connection,
CompletionHandler<SSLEngine> completionHandler,
Object dstAddress,
SSLEngineConfigurator sslEngineConfigurator,
FilterChainContext context) |
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 © 2014 Oracle Corporation. All rights reserved.