Uses of Class
org.springframework.integration.ip.udp.outbound.AbstractInternetProtocolSendingMessageHandler
Packages that use AbstractInternetProtocolSendingMessageHandler
Package
Description
Base package for IP (TCP/UDP) Support.
Base package for UDP support.
Outbound channel adapters for UDP Support.
-
Uses of AbstractInternetProtocolSendingMessageHandler in org.springframework.integration.ip
Modifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of AbstractInternetProtocolSendingMessageHandler in org.springframework.integration.ip.udp
Subclasses of AbstractInternetProtocolSendingMessageHandler in org.springframework.integration.ip.udpModifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version.since 7.0 in favor orMulticastSendingMessageHandler
class
Deprecated, for removal: This API element is subject to removal in a future version.since 7.0 in favor orUnicastSendingMessageHandler
-
Uses of AbstractInternetProtocolSendingMessageHandler in org.springframework.integration.ip.udp.outbound
Subclasses of AbstractInternetProtocolSendingMessageHandler in org.springframework.integration.ip.udp.outboundModifier and TypeClassDescriptionclass
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.class
AMessageHandler
implementation that maps a Message into a UDP datagram packet and sends that to the specified host and port.
AbstractInternetProtocolSendingMessageHandler