Spring Integration

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

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

public interface TcpConnectionInterceptor
extends TcpConnection, TcpListener, TcpSender

Since:
2.0
Author:
Gary Russell

Method Summary
 void setTheConnection(TcpConnection connection)
           
 
Methods inherited from interface org.springframework.integration.ip.tcp.connection.TcpConnection
close, getConnectionId, getDeserializer, getHostAddress, getHostName, getListener, getPayload, getPort, getSerializer, incrementAndGetConnectionSequence, isOpen, isServer, isSingleUse, registerListener, registerSender, send, setDeserializer, setMapper, setSerializer, setSingleUse
 
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
 

Method Detail

setTheConnection

void setTheConnection(TcpConnection connection)

Spring Integration