Spring Integration

org.springframework.integration.ip.tcp.connection
Interface TcpConnectionInterceptor

All Superinterfaces:
java.lang.Runnable, TcpConnection, TcpListener, TcpSender
All Known Implementing Classes:
TcpConnectionInterceptorSupport

public interface TcpConnectionInterceptor
extends TcpConnection, TcpListener, TcpSender

Since:
2.0
Author:
Gary Russell

Method Summary
 
Methods inherited from interface org.springframework.integration.ip.tcp.connection.TcpConnection
close, getConnectionId, getDeserializer, getDeserializerStateKey, getHostAddress, getHostName, getListener, getPayload, getPort, getSerializer, incrementAndGetConnectionSequence, isOpen, isServer, isSingleUse, send
 
Methods inherited from interface java.lang.Runnable
run
 
Methods inherited from interface org.springframework.integration.ip.tcp.connection.TcpListener
onMessage
 
Methods inherited from interface org.springframework.integration.ip.tcp.connection.TcpSender
addNewConnection, removeDeadConnection
 


Spring Integration