| Package | Description |
|---|---|
| com.github.palindromicity.syslog | |
| com.github.palindromicity.syslog.dsl |
| Modifier and Type | Method and Description |
|---|---|
static NilPolicy |
NilPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NilPolicy[] |
NilPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SyslogParserBuilder |
SyslogParserBuilder.withNilPolicy(NilPolicy nilPolicy)
Set the
NilPolicy to the builder. |
| Constructor and Description |
|---|
Syslog5424Listener(KeyProvider keyProvider,
NilPolicy nilPolicy,
StructuredDataPolicy structuredDataPolicy)
Create a new
Syslog5424Listener. |
Syslog5424Listener(KeyProvider keyProvider,
NilPolicy nilPolicy,
StructuredDataPolicy structuredDataPolicy,
EnumSet<AllowableDeviations> deviations)
Create a new
Syslog5424Listener. |
Copyright © 2021 palindromicity. All rights reserved.