public class Rfc5424SyslogParser extends SyslogParser
| Constructor and Description | 
|---|
Rfc5424SyslogParser(SyslogdConfig config,
                   ByteBuffer text)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected Pattern | 
getPattern()  | 
protected SyslogMessage | 
parse()  | 
protected Date | 
parseDate(String dateString)  | 
find, fromByteBuffer, getConfig, getMatcher, getParserInstance, getText, matched, matches, traceEnabledpublic Rfc5424SyslogParser(SyslogdConfig config, ByteBuffer text)
protected Pattern getPattern()
getPattern in class SyslogParserprotected SyslogMessage parse() throws SyslogParserException
parse in class SyslogParserSyslogParserExceptionprotected Date parseDate(String dateString)
parseDate in class SyslogParserCopyright © 2021. All rights reserved.