Spring Integration

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

Packages that use TcpSender
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 TcpSender in org.springframework.integration.ip.tcp
 

Classes in org.springframework.integration.ip.tcp that implement TcpSender
 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 TcpSendingMessageHandler
          Tcp outbound channel adapter using a TcpConnection to send data - if the connection factory is a server factory, the TcpListener owns the connections.
 

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

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

Classes in org.springframework.integration.ip.tcp.connection that implement TcpSender
 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 TcpSender
protected  TcpSender AbstractConnectionFactory.sender
           
protected  TcpSender AbstractTcpConnection.sender
           
 

Methods in org.springframework.integration.ip.tcp.connection with parameters of type TcpSender
 void AbstractConnectionFactory.registerSender(TcpSender sender)
          Registers a TcpSender; for server sockets, used to provide connection information so a sender can be used to reply to incoming messages.
 void AbstractTcpConnection.registerSender(TcpSender sender)
           
 void AbstractTcpConnectionInterceptor.registerSender(TcpSender sender)
           
 void TcpConnection.registerSender(TcpSender sender)
          Registers a sender.
 


Spring Integration

Copyright © 2010. All Rights Reserved.