| Package | Description |
|---|---|
| reactor.io.codec |
Components to handle encoding and decoding of objects into
Buffers. |
| Modifier and Type | Method and Description |
|---|---|
static FrameCodec.LengthField |
FrameCodec.LengthField.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FrameCodec.LengthField[] |
FrameCodec.LengthField.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
FrameCodec(int prefixLength,
FrameCodec.LengthField lengthField) |
Copyright © 2016. All rights reserved.