public class JSSE14Factory extends Object
| Constructor and Description |
|---|
JSSE14Factory() |
| Modifier and Type | Method and Description |
|---|---|
ServerSocketFactory |
getSocketFactory()
Returns the ServerSocketFactory to use.
|
SSLSupport |
getSSLSupport(Socket socket)
returns the SSLSupport attached to this socket.
|
SSLSupport |
getSSLSupport(SSLEngine sslEngine)
returns the SSLSupport attached to this SSLEngine.
|
public ServerSocketFactory getSocketFactory()
public SSLSupport getSSLSupport(Socket socket)
public SSLSupport getSSLSupport(SSLEngine sslEngine)
Copyright © 2005–2017 Oracle Corporation. All rights reserved.