Uses of Class
org.springframework.integration.ip.udp.UnicastReceivingChannelAdapter
Packages that use UnicastReceivingChannelAdapter
Package
Description
Base package for UDP support.
Provides classes for configuration - parsers, namespace handlers, factory beans.
Provides classes for inbound endpoints.
-
Uses of UnicastReceivingChannelAdapter in org.springframework.integration.ip.udp
Subclasses of UnicastReceivingChannelAdapter in org.springframework.integration.ip.udpModifier and TypeClassDescriptionclass
Channel adapter that joins a multicast group and receives incoming packets and sends them to an output channel. -
Uses of UnicastReceivingChannelAdapter in org.springframework.integration.syslog.config
Methods in org.springframework.integration.syslog.config with parameters of type UnicastReceivingChannelAdapterModifier and TypeMethodDescriptionvoid
SyslogReceivingChannelAdapterFactoryBean.setUdpAdapter
(UnicastReceivingChannelAdapter udpAdapter) -
Uses of UnicastReceivingChannelAdapter in org.springframework.integration.syslog.inbound
Methods in org.springframework.integration.syslog.inbound with parameters of type UnicastReceivingChannelAdapterModifier and TypeMethodDescriptionvoid
UdpSyslogReceivingChannelAdapter.setUdpAdapter
(UnicastReceivingChannelAdapter udpAdapter)