public class DefaultTcpNetSSLSocketFactorySupport extends java.lang.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() |
javax.net.ServerSocketFactory |
getServerSocketFactory()
Supplies the
ServerSocketFactory to be used to
create new ServerSockets. |
javax.net.SocketFactory |
getSocketFactory()
Supplies the
SocketFactory to be used to
create new Sockets. |
public DefaultTcpNetSSLSocketFactorySupport(TcpSSLContextSupport sslContextSupport)
public javax.net.ServerSocketFactory getServerSocketFactory()
TcpSocketFactorySupportServerSocketFactory to be used to
create new ServerSockets.getServerSocketFactory in interface TcpSocketFactorySupportpublic javax.net.SocketFactory getSocketFactory()
TcpSocketFactorySupportSocketFactory to be used to
create new Sockets.getSocketFactory in interface TcpSocketFactorySupportpublic void afterPropertiesSet()
throws java.lang.Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanjava.lang.Exception