Uses of Class
org.glassfish.grizzly.ssl.SSLContextConfigurator
Packages that use SSLContextConfigurator
-
Uses of SSLContextConfigurator in org.glassfish.grizzly.ssl
Fields in org.glassfish.grizzly.ssl declared as SSLContextConfiguratorModifier and TypeFieldDescriptionstatic final SSLContextConfiguratorSSLContextConfigurator.DEFAULT_CONFIGDefault SSL configuration.protected SSLContextConfiguratorSSLEngineConfigurator.sslContextConfigurationConstructors in org.glassfish.grizzly.ssl with parameters of type SSLContextConfiguratorModifierConstructorDescriptionSSLCodec(SSLContextConfigurator config) SSLEngineConfigurator(SSLContextConfigurator sslContextConfiguration) Create SSL Engine configuration basing on passedSSLContextConfigurator.SSLEngineConfigurator(SSLContextConfigurator sslContextConfiguration, boolean clientMode, boolean needClientAuth, boolean wantClientAuth) Create SSL Engine configuration basing on passedSSLContextConfigurator.