Package org.glassfish.grizzly.config.ssl
Class JSSEImplementation
- java.lang.Object
-
- org.glassfish.grizzly.config.ssl.SSLImplementation
-
- org.glassfish.grizzly.config.ssl.JSSEImplementation
-
public class JSSEImplementation extends SSLImplementation
JSSEImplementation: Concrete implementation class for JSSE- Author:
- EKR
-
-
Constructor Summary
Constructors Constructor Description JSSEImplementation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetImplementationName()ServerSocketFactorygetServerSocketFactory()org.glassfish.grizzly.ssl.SSLSupportgetSSLSupport(Socket s)org.glassfish.grizzly.ssl.SSLSupportgetSSLSupport(SSLEngine sslEngine)-
Methods inherited from class org.glassfish.grizzly.config.ssl.SSLImplementation
getInstance, getInstance
-
-
-
-
Constructor Detail
-
JSSEImplementation
public JSSEImplementation() throws ClassNotFoundException- Throws:
ClassNotFoundException
-
-
Method Detail
-
getImplementationName
public String getImplementationName()
- Specified by:
getImplementationNamein classSSLImplementation
-
getServerSocketFactory
public ServerSocketFactory getServerSocketFactory()
- Specified by:
getServerSocketFactoryin classSSLImplementation
-
getSSLSupport
public org.glassfish.grizzly.ssl.SSLSupport getSSLSupport(Socket s)
- Specified by:
getSSLSupportin classSSLImplementation
-
getSSLSupport
public org.glassfish.grizzly.ssl.SSLSupport getSSLSupport(SSLEngine sslEngine)
- Specified by:
getSSLSupportin classSSLImplementation
-
-