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