Package com.sun.enterprise.security.ssl
Class GlassfishSSLImpl
- java.lang.Object
-
- org.glassfish.grizzly.config.ssl.SSLImplementation
-
- com.sun.enterprise.security.ssl.GlassfishSSLImpl
-
@Service(name="com.sun.enterprise.security.ssl.GlassfishSSLImpl") @ContractsProvided({GlassfishSSLImpl.class,SSLImplementation.class}) public class GlassfishSSLImpl extends SSLImplementation- Author:
- Sudarsan Sridhar
-
-
Field Summary
Fields Modifier and Type Field Description static StringPROP_GLASSFISH_SOCKETFACTORY
-
Constructor Summary
Constructors Constructor Description GlassfishSSLImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetImplementationName()ServerSocketFactorygetServerSocketFactory()org.glassfish.grizzly.ssl.SSLSupportgetSSLSupport(Socket socket)org.glassfish.grizzly.ssl.SSLSupportgetSSLSupport(SSLEngine ssle)-
Methods inherited from class org.glassfish.grizzly.config.ssl.SSLImplementation
getInstance, getInstance
-
-
-
-
Field Detail
-
PROP_GLASSFISH_SOCKETFACTORY
public static final String PROP_GLASSFISH_SOCKETFACTORY
- See Also:
- Constant Field Values
-
-
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 socket)
- Specified by:
getSSLSupportin classSSLImplementation
-
getSSLSupport
public org.glassfish.grizzly.ssl.SSLSupport getSSLSupport(SSLEngine ssle)
- Specified by:
getSSLSupportin classSSLImplementation
-
-