| Interface | Description |
|---|---|
| SyslogConnectionHandler |
This interface must be
InOnly in order for task submission to
be performed asynchronously. |
| SyslogdIPMgr | |
| SyslogHandlerMBean |
SyslogHandlerMBean interface.
|
| SyslogReceiver |
| Class | Description |
|---|---|
| ConvertToEvent |
This routine does the majority of Syslogd's work.
|
| CustomSyslogParser | |
| JuniperSyslogParser | |
| Rfc5424SyslogParser | |
| SyslogConfigBean |
This is a bean container that can be used as a
SyslogConfig
service. |
| SyslogConnection |
This class is a
Callable task that is responsible for converting
the syslog payload into an OpenNMS event by using the ConvertToEvent
class. |
| SyslogConnectionHandlerCamelImpl |
This class is an
InOnly endpoint that will send messages to the
Camel endpoint specified by the endpointUri constructor argument. |
| SyslogConnectionHandlerDefaultImpl | |
| Syslogd |
The received messages are converted into XML and sent to eventd.
|
| SyslogdConfigProcessor |
This processor will update the
SyslogdConfig on a
SyslogConnection so that it can be processed according
to the new configuration. |
| SyslogMessage | |
| SyslogNGParser | |
| SyslogParser | |
| SyslogProcessor |
This class is a
Callable task that is responsible for broadcasting
an OpenNMS syslog event on the event bus. |
| SyslogReceiverCamelNettyImpl | |
| SyslogReceiverJavaNetImpl | |
| SyslogReceiverNioDisruptorImpl |
This implementation of
SyslogReceiver uses multithreaded NIO to
handle socket receive() calls and then uses an LMAX disruptor ring buffer
to store the packet data. |
| SyslogReceiverNioThreadPoolImpl | |
| SyslogTimeStamp |
The TimestampFormat class implements the code necessary to format and parse
syslog timestamps, which come in the flavor of 'Sep 14 15:43:06'.
|
| Enum | Description |
|---|---|
| SyslogFacility | |
| SyslogSeverity |
| Exception | Description |
|---|---|
| MessageDiscardedException |
MessageDiscardedException class.
|
| SyslogParserException |
Copyright © 2017. All rights reserved.