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
ClassNotFoundExceptionpublic static SSLImplementation getInstance(String className) throws ClassNotFoundException
ClassNotFoundExceptionpublic 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 © 2019. All rights reserved.