| Package | Description |
|---|---|
| io.r2dbc.mssql.message.header |
| Modifier and Type | Method and Description |
|---|---|
Status |
Status.and(Status.StatusBit bit)
Create a
Status from the current state and add the Status.StatusBit. |
static Status |
Status.empty()
Return an empty
Status. |
static Status |
Status.fromBitmask(byte bitmask)
|
Status |
Header.getStatus() |
Status |
HeaderOptions.getStatus()
Status is a bit field used to indicate the message state.
|
Status |
Status.not(Status.StatusBit bit)
Create a
Status from the current state and remove the Status.StatusBit. |
static Status |
Status.of(Status.StatusBit bit)
Create a
Status from the given Status.StatusBit. |
static Status |
Status.of(Status.StatusBit bit,
Status.StatusBit... other)
Create a
Status from the given Status.StatusBits. |
| 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.