Spring Integration

Uses of Class
org.springframework.integration.ip.AbstractInternetProtocolReceivingChannelAdapter

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

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

Subclasses of AbstractInternetProtocolReceivingChannelAdapter in org.springframework.integration.ip.tcp
 class AbstractTcpReceivingChannelAdapter
          Abstract class for tcp/ip incoming channel adapters.
 class TcpNetReceivingChannelAdapter
          Tcp Receiving Channel adapter that uses a Socket.
 class TcpNioReceivingChannelAdapter
          Tcp Receiving Channel adapter that uses a SocketChannel.
 

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

Subclasses of AbstractInternetProtocolReceivingChannelAdapter in org.springframework.integration.ip.udp
 class MulticastReceivingChannelAdapter
          Channel adapter that joins a multicast group and receives incoming packets and sends them to an output channel.
 class UnicastReceivingChannelAdapter
          A channel adapter to receive incoming UDP packets.
 


Spring Integration

Copyright © 2010. All Rights Reserved.