public interface TdsPackets
TdsFragment instances.| Modifier and Type | Method and Description |
|---|---|
static TdsFragment |
create(io.netty.buffer.ByteBuf buffer)
Create a TDS fragment.
|
static TdsPacket |
create(Header header,
io.netty.buffer.ByteBuf buffer)
Create a self-contained TDS Packet.
|
static ContextualTdsFragment |
create(HeaderOptions options,
io.netty.buffer.ByteBuf buffer)
Create a contextual TDS fragment.
|
static FirstTdsFragment |
first(HeaderOptions options,
io.netty.buffer.ByteBuf buffer)
Create a first contextual TDS fragment.
|
static LastTdsFragment |
last(io.netty.buffer.ByteBuf buffer)
Create a last contextual TDS fragment.
|
static ContextualTdsFragment create(HeaderOptions options, io.netty.buffer.ByteBuf buffer)
options - the HeaderOptions to apply for the final Header creation.buffer - the TDS message.ContextualTdsFragment.static TdsFragment create(io.netty.buffer.ByteBuf buffer)
buffer - the TDS message.TdsFragment.static FirstTdsFragment first(HeaderOptions options, io.netty.buffer.ByteBuf buffer)
options - header options to form an actual Header during encoding.buffer - the TDS message.ContextualTdsFragment.static LastTdsFragment last(io.netty.buffer.ByteBuf buffer)
buffer - the TDS message.ContextualTdsFragment.Copyright © 2023. All rights reserved.