Spring Integration

Package org.springframework.integration.ip.tcp

Interface Summary
MessageFormats Definition of message formats supported by tcp channel adapters.
SocketReader General interface for assembling message data from a TCP/IP Socket.
SocketWriter A general interface for writing to sockets.
 

Class Summary
AbstractSocketReader Abstract SocketReader that handles data in 3 standard, and one custom format.
AbstractSocketWriter Abstract SocketWriter that handles data in 3 standard, and one custom format.
AbstractTcpReceivingChannelAdapter Abstract class for tcp/ip incoming channel adapters.
AbstractTcpSendingMessageHandler Abstract class for TCP sending message handlers.
NetSocketReader A SocketReader that reads from a Socket.
NetSocketWriter A SocketWriter that writes to a Socket.
NioSocketReader A non-blocking SocketReader that reads from a SocketChannel.
NioSocketWriter A SocketWriter that writes to a SocketChannel.
SimpleTcpNetInboundGateway Simple implementation of a TCP/IP inbound gateway; uses Socket and socket reader thread hangs on receive for response; therefore no multiplexing of incoming messages is supported.
SimpleTcpNetOutboundGateway Simple TCP outbound gateway; delegates write to a TcpNetSendingMessageHandler then blocks on read of same socket.
SocketIoUtils  
SocketMessageMapper Maps incoming data from a SocketReader to a Message and from a Message to outgoing data forwarded to a SocketWriter.
TcpNetReceivingChannelAdapter Tcp Receiving Channel adapter that uses a Socket.
TcpNetSendingMessageHandler TCP Sending Channel Adapter that that uses a Socket.
TcpNioReceivingChannelAdapter Tcp Receiving Channel adapter that uses a SocketChannel.
TcpNioSendingMessageHandler TCP Sending Channel Adapter that that uses a SocketChannel.
TcpReceivingChannelAdapter Tcp inbound channel adapter using a TcpConnection to receive data - if the connection factory is a server factory, this Listener owns the connections.
TcpSendingMessageHandler Tcp outbound channel adapter using a TcpConnection to send data - if the connection factory is a server factory, the TcpListener owns the connections.
 


Spring Integration

Copyright © 2010. All Rights Reserved.