public final class TdsMessage
extends io.netty.buffer.DefaultByteBufHolder
| Modifier and Type | Method and Description |
|---|---|
static TdsMessage |
newTdsMessage(MessageType type,
MessageStatus status,
int processId,
io.netty.buffer.ByteBuf data) |
static TdsMessage |
newTdsMessageFromSinglePacket(TdsPacket tdsPacket) |
int |
processId() |
MessageStatus |
status() |
MessageType |
type() |
public static TdsMessage newTdsMessage(MessageType type, MessageStatus status, int processId, io.netty.buffer.ByteBuf data)
public static TdsMessage newTdsMessageFromSinglePacket(TdsPacket tdsPacket)
public MessageType type()
public MessageStatus status()
public int processId()
Copyright © 2021. All rights reserved.