All Classes

Class Description
DefaultMessageConverter
Default MessageConverter; delegates to a SyslogToMapTransformer to convert the payload to a map of values and also provides some of the map contents as message headers.
MessageConverter
A converter to convert the raw message created by the underlying UDP/TCP endpoint to a specific form of Syslog message.
RFC5424MessageConverter
MessageConverter; delegates to a RFC5424SyslogParser if necessary (TCP will have already done the syslog conversion because it needs to handle different message framing).
RFC5424SyslogParser
Parse for RFC 5424 syslog messages; when used with TCP, requires the use of a RFC6587SyslogDeserializer which decodes the framing.
RFC5424SyslogParser.Reader  
RFC5424SyslogParser.Severity  
RFC6587SyslogDeserializer
RFC5424/6587 Deserializer.
SyslogHeaders
Headers in a Map generated by the @link SyslogToMapTransformer that will be added to Spring Integration messages as headers, prefixed by PREFIX.
SyslogInboundChannelAdapterParser
Parses a <int-syslog:inbound-channel-adapter/>.
SyslogNamespaceHandler
Namspace handler for spring-integration-syslog.
SyslogReceivingChannelAdapterFactoryBean
Factory bean to create syslog inbound adapters (UDP or TCP).
SyslogReceivingChannelAdapterFactoryBean.Protocol  
SyslogReceivingChannelAdapterSupport
Base support class for inbound channel adapters.
TcpSyslogReceivingChannelAdapter
TCP implementation of a syslog inbound channel adapter.
UdpSyslogReceivingChannelAdapter
UDP implementation of a syslog inbound channel adapter.