public final class InitialHandshakePacket extends Object implements com.singlestore.jdbc.message.ServerMessage
| Modifier and Type | Method and Description |
|---|---|
static InitialHandshakePacket |
decode(com.singlestore.jdbc.client.ReadableByteBuf reader)
parsing packet
|
String |
getAuthenticationPluginType()
return authentication plugin type
|
long |
getCapabilities()
Server capabilities
|
short |
getDefaultCollation()
Server default collation
|
byte[] |
getSeed()
Seed for authentication plugin encryption
|
short |
getServerStatus() |
long |
getThreadId()
Server thread id
|
public static InitialHandshakePacket decode(com.singlestore.jdbc.client.ReadableByteBuf reader)
reader - packet readerpublic long getThreadId()
public byte[] getSeed()
public long getCapabilities()
public short getDefaultCollation()
public short getServerStatus()
public String getAuthenticationPluginType()
Copyright © 2025 SingleStore. All rights reserved.