Uses of Class
org.springframework.integration.ip.udp.outbound.UnicastSendingMessageHandler
Packages that use UnicastSendingMessageHandler
Package
Description
Provides TCP/UDP Component support for the Java DSL.
Base package for UDP support.
Outbound channel adapters for UDP Support.
-
Uses of UnicastSendingMessageHandler in org.springframework.integration.ip.dsl
Subclasses with type arguments of type UnicastSendingMessageHandler in org.springframework.integration.ip.dsl -
Uses of UnicastSendingMessageHandler in org.springframework.integration.ip.udp
Subclasses of UnicastSendingMessageHandler in org.springframework.integration.ip.udpModifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version.class
Deprecated, for removal: This API element is subject to removal in a future version.since 7.0 in favor orUnicastSendingMessageHandler
-
Uses of UnicastSendingMessageHandler in org.springframework.integration.ip.udp.outbound
Modifier and TypeClassDescriptionclass
AMessageHandler
implementation that maps a Message into a UDP datagram packet and sends that to the specified multicast address (224.0.0.0 to 239.255.255.255) and port.
MulticastSendingMessageHandler