Class TcpConnectionInterceptorSupport

java.lang.Object
org.springframework.integration.ip.tcp.connection.TcpConnectionSupport
org.springframework.integration.ip.tcp.connection.TcpConnectionInterceptorSupport
All Implemented Interfaces:
Runnable, TcpConnection, TcpConnectionInterceptor, TcpListener, TcpSender

public abstract class TcpConnectionInterceptorSupport
extends TcpConnectionSupport
implements TcpConnectionInterceptor
Base class for TcpConnectionInterceptors; passes all method calls through to the underlying TcpConnection.
Since:
2.0
Author:
Gary Russell