Class DefaultTcpNetSSLSocketFactorySupport
java.lang.Object
org.springframework.integration.ip.tcp.connection.DefaultTcpNetSSLSocketFactorySupport
- All Implemented Interfaces:
TcpSocketFactorySupport
public class DefaultTcpNetSSLSocketFactorySupport extends Object implements TcpSocketFactorySupport
- Since:
- 2.2
- Author:
- Gary Russell
-
Constructor Summary
Constructors Constructor Description DefaultTcpNetSSLSocketFactorySupport(TcpSSLContextSupport sslContextSupport) -
Method Summary
Modifier and Type Method Description ServerSocketFactorygetServerSocketFactory()Supplies theServerSocketFactoryto be used to create newServerSockets.SocketFactorygetSocketFactory()Supplies theSocketFactoryto be used to create newSockets.
-
Constructor Details
-
Method Details
-
getServerSocketFactory
Description copied from interface:TcpSocketFactorySupportSupplies theServerSocketFactoryto be used to create newServerSockets.- Specified by:
getServerSocketFactoryin interfaceTcpSocketFactorySupport- Returns:
- the ServerSocketFactory
-
getSocketFactory
Description copied from interface:TcpSocketFactorySupportSupplies theSocketFactoryto be used to create newSockets.- Specified by:
getSocketFactoryin interfaceTcpSocketFactorySupport- Returns:
- the SocketFactory
-