Uses of Class
org.springframework.integration.ip.AbstractInternetProtocolReceivingChannelAdapter
Package
Description
Base package for UDP support.
Provides utilities for IP support.
-
Uses of AbstractInternetProtocolReceivingChannelAdapter in org.springframework.integration.ip.udp
Modifier and TypeClassDescriptionclass
Channel adapter that joins a multicast group and receives incoming packets and sends them to an output channel.class
A channel adapter to receive incoming UDP packets. -
Uses of AbstractInternetProtocolReceivingChannelAdapter in org.springframework.integration.ip.util
Modifier and TypeMethodDescriptionstatic void
TestingUtilities.waitListening
(AbstractInternetProtocolReceivingChannelAdapter adapter, Long delayArg) Wait for a server connection factory to actually start listening before starting a test.