All Classes and Interfaces
Class
Description
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.A converter to convert the raw message created by the underlying
UDP/TCP endpoint to a specific form of Syslog message.
MessageConverter; delegates to a RFC5424SyslogParser if
necessary (TCP will have already done the syslog conversion because it needs
to handle different message framing).Parse for RFC 5424 syslog messages; when used with TCP, requires the use
of a
RFC6587SyslogDeserializer which decodes the framing.RFC5424/6587 Deserializer.
Headers in a
Map generated by the @link SyslogToMapTransformer that
will be added to Spring Integration messages as headers, prefixed by SyslogHeaders.PREFIX.Parses a
<int-syslog:inbound-channel-adapter/>.Namspace handler for spring-integration-syslog.
Factory bean to create syslog inbound adapters (UDP or TCP).
Base support class for inbound channel adapters.
TCP implementation of a syslog inbound channel adapter.
UDP implementation of a syslog inbound channel adapter.