public static class Prelogin.UnknownToken extends Prelogin.Token
| Modifier and Type | Method and Description |
|---|---|
static Prelogin.UnknownToken |
decode(byte type,
io.r2dbc.mssql.message.token.Prelogin.TokenDecodingState toDecode)
Decode the unknown token.
|
void |
encodeStream(io.netty.buffer.ByteBuf buffer) |
String |
toString() |
encodeTokenpublic static Prelogin.UnknownToken decode(byte type, io.r2dbc.mssql.message.token.Prelogin.TokenDecodingState toDecode)
type - feature type.toDecode - decoding state.Prelogin.UnknownToken.public void encodeStream(io.netty.buffer.ByteBuf buffer)
encodeStream in class Prelogin.TokenCopyright © 2023. All rights reserved.