Class TcpNetConnection

java.lang.Object
org.springframework.integration.ip.tcp.connection.TcpConnectionSupport
org.springframework.integration.ip.tcp.connection.TcpNetConnection
All Implemented Interfaces:
Runnable, TcpConnection, SchedulingAwareRunnable

public class TcpNetConnection
extends TcpConnectionSupport
implements SchedulingAwareRunnable
A TcpConnection that uses and underlying Socket.
Since:
2.0
Author:
Gary Russell, Artem Bilan