Spring Integration

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


public interface TcpConnectionInterceptorFactory

Interface for TCP connection interceptor factories.

Since:
2.0
Author:
Gary Russell

Method Summary
 TcpConnectionInterceptor getInterceptor()
          Called for each new connection; a new interceptor must be returned on each call.
 

Method Detail

getInterceptor

TcpConnectionInterceptor getInterceptor()
Called for each new connection; a new interceptor must be returned on each call.

Returns:
the TcpInterceptor

Spring Integration