Uses of Package
org.springframework.integration.ip.udp.outbound
Packages that use org.springframework.integration.ip.udp.outbound
Package
Description
Base package for IP (TCP/UDP) Support.
Provides TCP/UDP Component support for the Java DSL.
Base package for UDP support.
Outbound channel adapters for UDP Support.
-
-
Classes in org.springframework.integration.ip.udp.outbound used by org.springframework.integration.ip.dslClassDescriptionA
MessageHandler
implementation that maps a Message into a UDP datagram packet and sends that to the specified host and port. -
Classes in org.springframework.integration.ip.udp.outbound used by org.springframework.integration.ip.udpClassDescriptionBase 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. -
Classes in org.springframework.integration.ip.udp.outbound used by org.springframework.integration.ip.udp.outboundClassDescriptionBase class for UDP MessageHandlers.A
MessageHandler
implementation that maps a Message into a UDP datagram packet and sends that to the specified host and port.