Class DefaultTcpNetSSLSocketFactorySupport
java.lang.Object
org.springframework.integration.ip.tcp.connection.DefaultTcpNetSSLSocketFactorySupport
- All Implemented Interfaces:
TcpSocketFactorySupport
- Since:
- 2.2
- Author:
- Gary Russell
-
Constructor Summary
ConstructorDescriptionDefaultTcpNetSSLSocketFactorySupport
(TcpSSLContextSupport sslContextSupport) -
Method Summary
Modifier and TypeMethodDescriptionSupplies theServerSocketFactory
to be used to create newServerSocket
s.Supplies theSocketFactory
to be used to create newSocket
s.
-
Constructor Details
-
DefaultTcpNetSSLSocketFactorySupport
-
-
Method Details
-
getServerSocketFactory
Description copied from interface:TcpSocketFactorySupport
Supplies theServerSocketFactory
to be used to create newServerSocket
s.- Specified by:
getServerSocketFactory
in interfaceTcpSocketFactorySupport
- Returns:
- the ServerSocketFactory
-
getSocketFactory
Description copied from interface:TcpSocketFactorySupport
Supplies theSocketFactory
to be used to create newSocket
s.- Specified by:
getSocketFactory
in interfaceTcpSocketFactorySupport
- Returns:
- the SocketFactory
-