public class DefaultTcpNetSSLSocketFactorySupport extends Object implements TcpSocketFactorySupport, org.springframework.beans.factory.InitializingBean
SSLServerSocket and
SSLSocket.| Constructor and Description |
|---|
DefaultTcpNetSSLSocketFactorySupport(TcpSSLContextSupport sslContextSupport) |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
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 TcpSocketFactorySupportCopyright © 2016. All rights reserved.