Uses of Enum Class
org.springframework.integration.syslog.config.SyslogReceivingChannelAdapterFactoryBean.Protocol
Package
Description
Provides classes for configuration - parsers, namespace handlers, factory beans.
-
Uses of SyslogReceivingChannelAdapterFactoryBean.Protocol in org.springframework.integration.syslog.config
Modifier 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.ModifierConstructorDescriptionSyslogReceivingChannelAdapterFactoryBean
(SyslogReceivingChannelAdapterFactoryBean.Protocol protocol) Instantiates a factory bean that creates aUdpSyslogReceivingChannelAdapter
if the protocol isudp
or aTcpSyslogReceivingChannelAdapter
if the protocol istcp
.