public final class Envelopes extends Object
WARNING: do NOT use it outer than r2dbc-mysql.
| Modifier and Type | Field and Description |
|---|---|
static int |
MAX_ENVELOPE_SIZE
The max bytes size of each envelope, value is 16777215.
|
static int |
PART_HEADER_SIZE
The byte size of header part.
|
static int |
SIZE_FIELD_SIZE
The length of the byte size field, it is 3 bytes.
|
static byte |
TERMINAL
The terminal of C-style string or C-style binary data.
|
public static final int SIZE_FIELD_SIZE
public static final int PART_HEADER_SIZE
public static final int MAX_ENVELOPE_SIZE
public static final byte TERMINAL
Copyright © 2018–2023 asyncer.io. All rights reserved.