Uses of Class
org.springframework.integration.ip.udp.inbound.AbstractInternetProtocolReceivingChannelAdapter
Packages that use AbstractInternetProtocolReceivingChannelAdapter
Package
Description
Inbound channel adapters for UDP Support.
Provides utilities for IP support.
-
Uses of AbstractInternetProtocolReceivingChannelAdapter in org.springframework.integration.ip.udp.inbound
Subclasses of AbstractInternetProtocolReceivingChannelAdapter in org.springframework.integration.ip.udp.inboundModifier 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.util
Methods in org.springframework.integration.ip.util with parameters of type AbstractInternetProtocolReceivingChannelAdapterModifier and TypeMethodDescriptionstatic voidTestingUtilities.waitListening(AbstractInternetProtocolReceivingChannelAdapter adapter, @Nullable Long delay) Wait for a server connection factory to actually start listening before starting a test.