public abstract class SSLImplementation extends Object
Constructor and Description |
---|
SSLImplementation() |
Modifier and Type | Method and Description |
---|---|
abstract String |
getImplementationName() |
static SSLImplementation |
getInstance() |
static SSLImplementation |
getInstance(String className) |
abstract ServerSocketFactory |
getServerSocketFactory() |
abstract org.glassfish.grizzly.ssl.SSLSupport |
getSSLSupport(Socket sock) |
abstract org.glassfish.grizzly.ssl.SSLSupport |
getSSLSupport(SSLEngine sslEngine) |
public static SSLImplementation getInstance() throws ClassNotFoundException
ClassNotFoundException
public static SSLImplementation getInstance(String className) throws ClassNotFoundException
ClassNotFoundException
public abstract String getImplementationName()
public abstract ServerSocketFactory getServerSocketFactory()
public abstract org.glassfish.grizzly.ssl.SSLSupport getSSLSupport(Socket sock)
public abstract org.glassfish.grizzly.ssl.SSLSupport getSSLSupport(SSLEngine sslEngine)
Copyright © 2021. All rights reserved.