Package org.glassfish.grizzly.config.ssl
Class SSLImplementation
java.lang.Object
org.glassfish.grizzly.config.ssl.SSLImplementation
- Direct Known Subclasses:
JSSEImplementation
SSLImplementation:
Abstract factory and base class for all SSL implementations.
- Author:
- EKR
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract Stringstatic SSLImplementationstatic SSLImplementationgetInstance(String className) abstract ServerSocketFactoryabstract org.glassfish.grizzly.ssl.SSLSupportgetSSLSupport(Socket sock) abstract org.glassfish.grizzly.ssl.SSLSupportgetSSLSupport(SSLEngine sslEngine)
-
Constructor Details
-
SSLImplementation
public SSLImplementation()
-
-
Method Details
-
getInstance
- Throws:
ClassNotFoundException
-
getInstance
- Throws:
ClassNotFoundException
-
getImplementationName
-
getServerSocketFactory
-
getSSLSupport
-
getSSLSupport
-