Package org.springframework.integration.ip.udp
@NonNullApi
package org.springframework.integration.ip.udp
Base package for UDP support.
-
ClassDescriptionMessage Mapper for converting to and from UDP DatagramPackets.Channel adapter that joins a multicast group and receives incoming packets and sends them to an output channel.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.Configures a socket.IpIntegrationEvent
emitted when a server begins listening.A channel adapter to receive incoming UDP packets.AMessageHandler
implementation that maps a Message into a UDP datagram packet and sends that to the specified host and port.