public class JSSEImplementation extends SSLImplementation
| Constructor and Description |
|---|
JSSEImplementation() |
| Modifier and Type | Method and Description |
|---|---|
String |
getImplementationName() |
ServerSocketFactory |
getServerSocketFactory() |
org.glassfish.grizzly.ssl.SSLSupport |
getSSLSupport(Socket s) |
org.glassfish.grizzly.ssl.SSLSupport |
getSSLSupport(SSLEngine sslEngine) |
getInstance, getInstancepublic JSSEImplementation()
throws ClassNotFoundException
ClassNotFoundExceptionpublic String getImplementationName()
getImplementationName in class SSLImplementationpublic ServerSocketFactory getServerSocketFactory()
getServerSocketFactory in class SSLImplementationpublic org.glassfish.grizzly.ssl.SSLSupport getSSLSupport(Socket s)
getSSLSupport in class SSLImplementationpublic org.glassfish.grizzly.ssl.SSLSupport getSSLSupport(SSLEngine sslEngine)
getSSLSupport in class SSLImplementationCopyright © 2019. All rights reserved.