Uses of Interface
org.springframework.integration.ip.CommonSocketOptions
Packages that use CommonSocketOptions
Package
Description
Base package for IP (TCP/UDP) Support.
Base package for UDP support.
Inbound channel adapters for UDP Support.
Outbound channel adapters for UDP Support.
-
Uses of CommonSocketOptions in org.springframework.integration.ip
Classes in org.springframework.integration.ip that implement CommonSocketOptionsModifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version.class
Deprecated, for removal: This API element is subject to removal in a future version.since 7.0 in favor ofAbstractInternetProtocolSendingMessageHandler
-
Uses of CommonSocketOptions in org.springframework.integration.ip.udp
Classes in org.springframework.integration.ip.udp that implement CommonSocketOptionsModifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version.since 7.0 in favor orMulticastReceivingChannelAdapter
class
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 orUnicastReceivingChannelAdapter
class
Deprecated, for removal: This API element is subject to removal in a future version.since 7.0 in favor orUnicastSendingMessageHandler
-
Uses of CommonSocketOptions in org.springframework.integration.ip.udp.inbound
Classes in org.springframework.integration.ip.udp.inbound that implement CommonSocketOptionsModifier and TypeClassDescriptionclass
Base class for inbound TCP/UDP Channel Adapters.class
Channel adapter that joins a multicast group and receives incoming packets and sends them to an output channel.class
A channel adapter to receive incoming UDP packets. -
Uses of CommonSocketOptions in org.springframework.integration.ip.udp.outbound
Classes in org.springframework.integration.ip.udp.outbound that implement CommonSocketOptionsModifier and TypeClassDescriptionclass
Base class for UDP MessageHandlers.class
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.
AbstractInternetProtocolReceivingChannelAdapter