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
-
Method Summary
Modifier and TypeMethodDescriptionSupplies theServerSocketFactory
to be used to create newServerSocket
s.Supplies theSocketFactory
to be used to create newSocket
s.
-
Constructor Details
-
DefaultTcpNetSocketFactorySupport
public DefaultTcpNetSocketFactorySupport()
-
-
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
-