public class JSSE14Factory extends Object
Constructor and Description |
---|
JSSE14Factory() |
Modifier and Type | Method and Description |
---|---|
ServerSocketFactory |
getSocketFactory()
Returns the ServerSocketFactory to use.
|
org.glassfish.grizzly.ssl.SSLSupport |
getSSLSupport(Socket socket)
returns the SSLSupport attached to this socket.
|
org.glassfish.grizzly.ssl.SSLSupport |
getSSLSupport(SSLEngine sslEngine)
returns the SSLSupport attached to this SSLEngine.
|
public ServerSocketFactory getSocketFactory()
public org.glassfish.grizzly.ssl.SSLSupport getSSLSupport(Socket socket)
public org.glassfish.grizzly.ssl.SSLSupport getSSLSupport(SSLEngine sslEngine)
Copyright © 2018. All rights reserved.