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 |
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. |
UnicastReceivingChannelAdapter |
A channel adapter to receive incoming UDP packets.
|
UnicastSendingMessageHandler |
A
MessageHandler implementation that maps a Message into
a UDP datagram packet and sends that to the specified host and port. |