@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, getInstance
public static final String PROP_GLASSFISH_SOCKETFACTORY
public String getImplementationName()
getImplementationName
in class SSLImplementation
public ServerSocketFactory getServerSocketFactory()
getServerSocketFactory
in class SSLImplementation
public org.glassfish.grizzly.ssl.SSLSupport getSSLSupport(Socket socket)
getSSLSupport
in class SSLImplementation
public org.glassfish.grizzly.ssl.SSLSupport getSSLSupport(SSLEngine ssle)
getSSLSupport
in class SSLImplementation
Copyright © 2021. All rights reserved.