Uses of Class
org.springframework.integration.ip.udp.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
Modifier 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
Modifier and TypeMethodDescriptionvoid
SyslogReceivingChannelAdapterFactoryBean.setUdpAdapter
(UnicastReceivingChannelAdapter udpAdapter) -
Uses of UnicastReceivingChannelAdapter in org.springframework.integration.syslog.inbound
Modifier and TypeMethodDescriptionvoid
UdpSyslogReceivingChannelAdapter.setUdpAdapter
(UnicastReceivingChannelAdapter udpAdapter)