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