Package | Description |
---|---|
io.vertx.core.parsetools |
== Record Parser
The record parser allows you to easily parse protocols which are delimited by a sequence of bytes, or fixed
size records.
|
Modifier and Type | Method and Description |
---|---|
JsonEventType |
JsonEvent.type() |
static JsonEventType |
JsonEventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JsonEventType[] |
JsonEventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018 Eclipse. All rights reserved.