public final class InitialHandshakePacket extends Object implements ServerMessage
| Modifier and Type | Method and Description |
|---|---|
static InitialHandshakePacket |
decode(com.singlestore.jdbc.client.ReadableByteBuf reader) |
String |
getAuthenticationPluginType() |
long |
getCapabilities() |
short |
getDefaultCollation() |
byte[] |
getSeed() |
short |
getServerStatus() |
long |
getThreadId() |
public static InitialHandshakePacket decode(com.singlestore.jdbc.client.ReadableByteBuf reader)
public long getThreadId()
public byte[] getSeed()
public long getCapabilities()
public short getDefaultCollation()
public short getServerStatus()
public String getAuthenticationPluginType()
Copyright © 2023 SingleStore. All rights reserved.