Uses of Class
org.springframework.integration.ip.AbstractInternetProtocolReceivingChannelAdapter
Packages that use AbstractInternetProtocolReceivingChannelAdapter
Package
Description
Base package for UDP support.
Provides utilities for IP support.
- 
Uses of AbstractInternetProtocolReceivingChannelAdapter in org.springframework.integration.ip.udpSubclasses of AbstractInternetProtocolReceivingChannelAdapter in org.springframework.integration.ip.udpModifier and TypeClassDescriptionclassChannel adapter that joins a multicast group and receives incoming packets and sends them to an output channel.classA channel adapter to receive incoming UDP packets.
- 
Uses of AbstractInternetProtocolReceivingChannelAdapter in org.springframework.integration.ip.utilMethods in org.springframework.integration.ip.util with parameters of type AbstractInternetProtocolReceivingChannelAdapterModifier and TypeMethodDescriptionstatic voidTestingUtilities.waitListening(AbstractInternetProtocolReceivingChannelAdapter adapter, Long delayArg) Wait for a server connection factory to actually start listening before starting a test.