Uses of Class
org.springframework.integration.ip.udp.inbound.AbstractInternetProtocolReceivingChannelAdapter
Packages that use AbstractInternetProtocolReceivingChannelAdapter
Package
Description
Base package for IP (TCP/UDP) Support.
Base package for UDP support.
Inbound channel adapters for UDP Support.
Provides utilities for IP support.
-
Uses of AbstractInternetProtocolReceivingChannelAdapter in org.springframework.integration.ip
Modifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of AbstractInternetProtocolReceivingChannelAdapter in org.springframework.integration.ip.udp
Subclasses of AbstractInternetProtocolReceivingChannelAdapter in org.springframework.integration.ip.udpModifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version.since 7.0 in favor orMulticastReceivingChannelAdapter
class
Deprecated, for removal: This API element is subject to removal in a future version.since 7.0 in favor orUnicastReceivingChannelAdapter
-
Uses of AbstractInternetProtocolReceivingChannelAdapter in org.springframework.integration.ip.udp.inbound
Subclasses of AbstractInternetProtocolReceivingChannelAdapter in org.springframework.integration.ip.udp.inboundModifier 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
Methods in org.springframework.integration.ip.util with parameters of type AbstractInternetProtocolReceivingChannelAdapterModifier and TypeMethodDescriptionstatic void
TestingUtilities.waitListening
(AbstractInternetProtocolReceivingChannelAdapter adapter, @Nullable Long delay) Wait for a server connection factory to actually start listening before starting a test.
AbstractInternetProtocolReceivingChannelAdapter