Uses of Class
org.springframework.integration.ip.udp.outbound.AbstractInternetProtocolSendingMessageHandler
Packages that use AbstractInternetProtocolSendingMessageHandler
Package
Description
Outbound channel adapters for UDP Support.
-
Uses of AbstractInternetProtocolSendingMessageHandler in org.springframework.integration.ip.udp.outbound
Subclasses of AbstractInternetProtocolSendingMessageHandler in org.springframework.integration.ip.udp.outboundModifier and TypeClassDescriptionclassAMessageHandlerimplementation 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.classAMessageHandlerimplementation that maps a Message into a UDP datagram packet and sends that to the specified host and port.