Package | Description |
---|---|
org.opennms.netmgt.config | |
org.opennms.netmgt.syslogd |
Modifier and Type | Class and Description |
---|---|
class |
SyslogdConfigFactory
This is the class used to load the configuration for the OpenNMS
Syslogd from syslogd-configuration.xml.
|
Modifier and Type | Class and Description |
---|---|
class |
SyslogConfigBean
This is a bean container that can be used as a
SyslogConfig
service. |
Modifier and Type | Method and Description |
---|---|
SyslogdConfig |
SyslogConnection.getConfig() |
protected SyslogdConfig |
SyslogParser.getConfig() |
Modifier and Type | Method and Description |
---|---|
static SyslogParser |
SyslogParser.getParserInstance(SyslogdConfig config,
String text) |
static DatagramChannel |
SyslogReceiverNioDisruptorImpl.openChannel(SyslogdConfig config) |
static DatagramChannel |
SyslogReceiverNioThreadPoolImpl.openChannel(SyslogdConfig config) |
void |
SyslogConnection.setConfig(SyslogdConfig config) |
Constructor and Description |
---|
ConvertToEvent(DatagramPacket packet,
SyslogdConfig config)
Constructs a new event encapsulation instance based upon the
information passed to the method.
|
ConvertToEvent(InetAddress addr,
int port,
String data,
SyslogdConfig config)
Constructs a new event encapsulation instance based upon the
information passed to the method.
|
CustomSyslogParser(SyslogdConfig config,
String text) |
JuniperSyslogParser(SyslogdConfig config,
String text) |
Rfc5424SyslogParser(SyslogdConfig config,
String text) |
SyslogConnection(DatagramPacket packet,
SyslogdConfig config) |
SyslogConnection(InetAddress sourceAddress,
int port,
ByteBuffer bytes,
SyslogdConfig config) |
SyslogdConfigProcessor(SyslogdConfig config) |
SyslogNGParser(SyslogdConfig config,
String text) |
SyslogParser(SyslogdConfig config,
String text) |
SyslogReceiverCamelNettyImpl(SyslogdConfig config)
Construct a new receiver
|
SyslogReceiverJavaNetImpl(SyslogdConfig config)
construct a new receiver
|
SyslogReceiverNioDisruptorImpl(SyslogdConfig config)
Construct a new receiver
|
SyslogReceiverNioThreadPoolImpl(SyslogdConfig config)
Construct a new receiver
|
Copyright © 2017. All rights reserved.