public class DefaultTcpNetSSLSocketFactorySupport extends Object implements TcpSocketFactorySupport
| Constructor and Description |
|---|
DefaultTcpNetSSLSocketFactorySupport(TcpSSLContextSupport sslContextSupport) |
| Modifier and Type | Method and Description |
|---|---|
ServerSocketFactory |
getServerSocketFactory()
Supplies the
ServerSocketFactory to be used to create new
ServerSockets. |
SocketFactory |
getSocketFactory()
Supplies the
SocketFactory to be used to create new
Sockets. |
public DefaultTcpNetSSLSocketFactorySupport(TcpSSLContextSupport sslContextSupport)
public ServerSocketFactory getServerSocketFactory()
TcpSocketFactorySupportServerSocketFactory to be used to create new
ServerSockets.getServerSocketFactory in interface TcpSocketFactorySupportpublic SocketFactory getSocketFactory()
TcpSocketFactorySupportSocketFactory to be used to create new
Sockets.getSocketFactory in interface TcpSocketFactorySupport