Package org.glassfish.grizzly.config
Class SSLConfigurator
java.lang.Object
org.glassfish.grizzly.ssl.SSLEngineConfigurator
org.glassfish.grizzly.config.SSLConfigurator
- All Implemented Interfaces:
org.glassfish.grizzly.ssl.SSLEngineFactory
public class SSLConfigurator
extends org.glassfish.grizzly.ssl.SSLEngineConfigurator
- Author:
- oleksiys
-
Field Summary
FieldsFields inherited from class org.glassfish.grizzly.ssl.SSLEngineConfigurator
clientMode, enabledCipherSuites, enabledProtocols, needClientAuth, sslContext, sslContextConfiguration, wantClientAuth -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected SSLContextConfigures the SSL properties on the given PECoyoteConnector from the SSL config of the given HTTP listener.Return theSSLImplementationprotected SSLContextbooleanprotected voidlogEmptyWarning(Ssl ssl, String msg) Methods inherited from class org.glassfish.grizzly.ssl.SSLEngineConfigurator
configure, copy, createSSLEngine, createSSLEngine, getEnabledCipherSuites, getEnabledProtocols, getSslContext, isCipherConfigured, isClientMode, isNeedClientAuth, isProtocolConfigured, isWantClientAuth, setCipherConfigured, setClientMode, setEnabledCipherSuites, setEnabledProtocols, setNeedClientAuth, setProtocolConfigured, setWantClientAuth, toString
-
Field Details
-
sslImplementation
-
-
Constructor Details
-
SSLConfigurator
-
-
Method Details
-
getSslImplementation
Return theSSLImplementation -
configureSSL
Configures the SSL properties on the given PECoyoteConnector from the SSL config of the given HTTP listener. -
initializeSSLContext
-
logEmptyWarning
-
isAllowLazyInit
public boolean isAllowLazyInit()
-