| Package | Description |
|---|---|
| io.r2dbc.mssql.message.header |
| Modifier and Type | Method and Description |
|---|---|
Type |
Header.getType() |
Type |
HeaderOptions.getType()
Defines the type of message.
|
static Type |
Type.valueOf(byte value)
Resolve header
value into Type. |
static Type |
Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Type[] |
Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static HeaderOptions |
HeaderOptions.create(Type type,
Status status)
|
static void |
Header.encode(io.netty.buffer.ByteBuf buffer,
Type type,
Status status,
int length,
short spid,
byte packetId,
byte window)
Encode the
Header. |
| Constructor and Description |
|---|
Header(Type type,
Status status,
int length,
int spid) |
Header(Type type,
Status status,
int length,
int spid,
int packetId,
int window) |
Header(Type type,
Status status,
short length,
short spid,
byte packetId,
byte window) |
Copyright © 2023. All rights reserved.