Class DefaultTcpNetSocketFactorySupport
java.lang.Object
org.springframework.integration.ip.tcp.connection.DefaultTcpNetSocketFactorySupport
- All Implemented Interfaces:
TcpSocketFactorySupport
Implementation of TcpSocketFactorySupport
for non-SSL sockets
ServerSocket and
Socket.- Since:
- 2.2
- Author:
- Gary Russell
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSupplies theServerSocketFactoryto be used to create newServerSockets.Supplies theSocketFactoryto be used to create newSockets.
-
Constructor Details
-
DefaultTcpNetSocketFactorySupport
public DefaultTcpNetSocketFactorySupport()
-
-
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
-