Spring Integration

Uses of Interface
org.springframework.integration.ip.CommonSocketOptions

Packages that use CommonSocketOptions
org.springframework.integration.ip   
org.springframework.integration.ip.tcp   
org.springframework.integration.ip.udp   
 

Uses of CommonSocketOptions in org.springframework.integration.ip
 

Classes in org.springframework.integration.ip that implement CommonSocketOptions
 class AbstractInternetProtocolReceivingChannelAdapter
          Base class for inbound TCP/UDP Channel Adapters.
 class AbstractInternetProtocolSendingMessageHandler
          Base class for all TCP/UDP MessageHandlers.
 

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

Classes in org.springframework.integration.ip.tcp that implement CommonSocketOptions
 class AbstractTcpReceivingChannelAdapter
          Abstract class for tcp/ip incoming channel adapters.
 class AbstractTcpSendingMessageHandler
          Abstract class for TCP sending message handlers.
 class TcpNetReceivingChannelAdapter
          Tcp Receiving Channel adapter that uses a Socket.
 class TcpNetSendingMessageHandler
          TCP Sending Channel Adapter that that uses a Socket.
 class TcpNioReceivingChannelAdapter
          Tcp Receiving Channel adapter that uses a SocketChannel.
 class TcpNioSendingMessageHandler
          TCP Sending Channel Adapter that that uses a SocketChannel.
 

Uses of CommonSocketOptions in org.springframework.integration.ip.udp
 

Classes in org.springframework.integration.ip.udp that implement CommonSocketOptions
 class MulticastReceivingChannelAdapter
          Channel adapter that joins a multicast group and receives incoming packets and sends them to an output channel.
 class MulticastSendingMessageHandler
          A MessageHandler implementation that maps a Message into a UDP datagram packet and sends that to the specified multicast address (224.0.0.0 to 239.255.255.255) and port.
 class UnicastReceivingChannelAdapter
          A channel adapter to receive incoming UDP packets.
 class UnicastSendingMessageHandler
          A MessageHandler implementation that maps a Message into a UDP datagram packet and sends that to the specified host and port.
 


Spring Integration

Copyright © 2010. All Rights Reserved.