| Package | Description |
|---|---|
| com.github.palindromicity.syslog | |
| com.github.palindromicity.syslog.dsl |
| Modifier and Type | Method and Description |
|---|---|
static StructuredDataPolicy |
StructuredDataPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StructuredDataPolicy[] |
StructuredDataPolicy.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.withStructuredDataPolicy(StructuredDataPolicy structuredDataPolicy) |
| 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.