Package org.springframework.integration.ip.udp.outbound
@NullMarked
package org.springframework.integration.ip.udp.outbound
Outbound channel adapters for UDP Support.
-
ClassesClassDescriptionBase class for UDP MessageHandlers.A
MessageHandler
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.AMessageHandler
implementation that maps a Message into a UDP datagram packet and sends that to the specified host and port.