@Service(name="com.sun.enterprise.security.ssl.GlassfishSSLImpl")
@ContractsProvided(value={GlassfishSSLImpl.class,SSLImplementation.class})
public class GlassfishSSLImpl
extends SSLImplementation
| 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 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 © 2017. All rights reserved.