public class RadixTreeSyslogParser extends SyslogParser
Constructor and Description |
---|
RadixTreeSyslogParser(SyslogdConfig config,
ByteBuffer syslogString) |
Modifier and Type | Method and Description |
---|---|
boolean |
find()
Since this parser does not rely on a regex expression match for its initial
parsing, always return true.
|
static RadixTreeParser |
getRadixParser() |
SyslogMessage |
parse() |
static void |
setRadixParser(RadixTreeParser radixParser) |
fromByteBuffer, getConfig, getMatcher, getParserInstance, getPattern, getText, matched, matches, parseDate, traceEnabled
public RadixTreeSyslogParser(SyslogdConfig config, ByteBuffer syslogString)
public static RadixTreeParser getRadixParser()
public static void setRadixParser(RadixTreeParser radixParser)
public boolean find()
find
in class SyslogParser
public SyslogMessage parse()
parse
in class SyslogParser
Copyright © 2021. All rights reserved.