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 TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.classDeprecated, 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 TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.since 7.0 in favor orMulticastReceivingChannelAdapterclassDeprecated, for removal: This API element is subject to removal in a future version.since 7.0 in favor orMulticastSendingMessageHandlerclassDeprecated, for removal: This API element is subject to removal in a future version.since 7.0 in favor orUnicastReceivingChannelAdapterclassDeprecated, 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 TypeClassDescriptionclassBase class for inbound TCP/UDP Channel Adapters.classChannel adapter that joins a multicast group and receives incoming packets and sends them to an output channel.classA 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 TypeClassDescriptionclassBase class for UDP MessageHandlers.classAMessageHandlerimplementation 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.classAMessageHandlerimplementation that maps a Message into a UDP datagram packet and sends that to the specified host and port.
AbstractInternetProtocolReceivingChannelAdapter