@Service(name="com.sun.enterprise.security.ssl.GlassfishSSLImpl")
@ContractsProvided(value={GlassfishSSLImpl.class,SSLImplementation.class})
public class GlassfishSSLImpl
extends SSLImplementation
| Modifier and Type | Field and Description |
|---|---|
static String |
PROP_GLASSFISH_SOCKETFACTORY |
| Constructor and Description |
|---|
GlassfishSSLImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getImplementationName() |
ServerSocketFactory |
getServerSocketFactory() |
org.glassfish.grizzly.ssl.SSLSupport |
getSSLSupport(Socket socket) |
org.glassfish.grizzly.ssl.SSLSupport |
getSSLSupport(SSLEngine ssle) |
getInstance, getInstancepublic static final String PROP_GLASSFISH_SOCKETFACTORY
public String getImplementationName()
getImplementationName in class SSLImplementationpublic ServerSocketFactory getServerSocketFactory()
getServerSocketFactory in class SSLImplementationpublic org.glassfish.grizzly.ssl.SSLSupport getSSLSupport(Socket socket)
getSSLSupport in class SSLImplementationpublic org.glassfish.grizzly.ssl.SSLSupport getSSLSupport(SSLEngine ssle)
getSSLSupport in class SSLImplementationCopyright © 2019. All rights reserved.