Uses of Enum Class
org.springframework.integration.syslog.config.SyslogReceivingChannelAdapterFactoryBean.Protocol
Packages that use SyslogReceivingChannelAdapterFactoryBean.Protocol
Package
Description
Provides classes for configuration - parsers, namespace handlers, factory beans.
-
Uses of SyslogReceivingChannelAdapterFactoryBean.Protocol in org.springframework.integration.syslog.config
Methods in org.springframework.integration.syslog.config that return SyslogReceivingChannelAdapterFactoryBean.ProtocolModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.SyslogReceivingChannelAdapterFactoryBean.Protocol.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.springframework.integration.syslog.config with parameters of type SyslogReceivingChannelAdapterFactoryBean.ProtocolModifierConstructorDescriptionSyslogReceivingChannelAdapterFactoryBean
(SyslogReceivingChannelAdapterFactoryBean.Protocol protocol) Instantiates a factory bean that creates aUdpSyslogReceivingChannelAdapter
if the protocol isudp
or aTcpSyslogReceivingChannelAdapter
if the protocol istcp
.