Uses of Class
org.glassfish.grizzly.ssl.SSLContextConfigurator
-
Packages that use SSLContextConfigurator Package Description org.glassfish.grizzly.ssl -
-
Uses of SSLContextConfigurator in org.glassfish.grizzly.ssl
Fields in org.glassfish.grizzly.ssl declared as SSLContextConfigurator Modifier and Type Field Description static SSLContextConfiguratorSSLContextConfigurator. DEFAULT_CONFIGDefault SSL configuration.protected SSLContextConfiguratorSSLEngineConfigurator. sslContextConfigurationConstructors in org.glassfish.grizzly.ssl with parameters of type SSLContextConfigurator Constructor Description SSLCodec(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.
-