Uses of Class
org.springframework.integration.ip.udp.UnicastReceivingChannelAdapter
Packages that use UnicastReceivingChannelAdapter
Package
Description
Provides TCP/UDP Component support for the Java DSL.
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.dslSubclasses with type arguments of type UnicastReceivingChannelAdapter in org.springframework.integration.ip.dslModifier and TypeClassDescriptionclass
- 
Uses of UnicastReceivingChannelAdapter in org.springframework.integration.ip.udpSubclasses of UnicastReceivingChannelAdapter in org.springframework.integration.ip.udpModifier and TypeClassDescriptionclassChannel 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.configMethods in org.springframework.integration.syslog.config with parameters of type UnicastReceivingChannelAdapterModifier and TypeMethodDescriptionvoidSyslogReceivingChannelAdapterFactoryBean.setUdpAdapter(UnicastReceivingChannelAdapter udpAdapter) 
- 
Uses of UnicastReceivingChannelAdapter in org.springframework.integration.syslog.inboundMethods in org.springframework.integration.syslog.inbound with parameters of type UnicastReceivingChannelAdapterModifier and TypeMethodDescriptionvoidUdpSyslogReceivingChannelAdapter.setUdpAdapter(UnicastReceivingChannelAdapter udpAdapter)