Spring Integration

Uses of Interface
org.springframework.integration.ip.tcp.connection.TcpListener

Packages that use TcpListener
org.springframework.integration.ip.tcp   
org.springframework.integration.ip.tcp.connection All things related to tcp connections - client and server factories; listener and sender interfaces. 
 

Uses of TcpListener in org.springframework.integration.ip.tcp
 

Classes in org.springframework.integration.ip.tcp that implement TcpListener
 class TcpInboundGateway
          Inbound Gateway using a server connection factory - threading is controlled by the factory.
 class TcpOutboundGateway
          TCP outbound gateway that uses a client connection factory.
 class TcpReceivingChannelAdapter
          Tcp inbound channel adapter using a TcpConnection to receive data - if the connection factory is a server factory, this Listener owns the connections.
 

Uses of TcpListener in org.springframework.integration.ip.tcp.connection
 

Subinterfaces of TcpListener in org.springframework.integration.ip.tcp.connection
 interface TcpConnectionInterceptor
           
 

Classes in org.springframework.integration.ip.tcp.connection that implement TcpListener
 class AbstractTcpConnectionInterceptor
          Base class for TcpConnectionIntercepters; passes all method calls through to the underlying TcpConnection.
 

Fields in org.springframework.integration.ip.tcp.connection declared as TcpListener
protected  TcpListener AbstractConnectionFactory.listener
           
protected  TcpListener AbstractTcpConnection.listener
           
 

Methods in org.springframework.integration.ip.tcp.connection that return TcpListener
 TcpListener AbstractTcpConnection.getListener()
           
 TcpListener AbstractTcpConnectionInterceptor.getListener()
           
 TcpListener TcpConnection.getListener()
           
 

Methods in org.springframework.integration.ip.tcp.connection with parameters of type TcpListener
 void AbstractConnectionFactory.registerListener(TcpListener listener)
          Registers a TcpListener to receive messages after the payload has been converted from the input data.
 void AbstractTcpConnection.registerListener(TcpListener listener)
           
 void AbstractTcpConnectionInterceptor.registerListener(TcpListener listener)
           
 void TcpConnection.registerListener(TcpListener listener)
          Sets the listener that will receive incoming Messages.
 


Spring Integration

Copyright © 2010. All Rights Reserved.