public class ReadInitialHandShakePacket extends Object
Constructor and Description |
---|
ReadInitialHandShakePacket(PacketInputStream reader)
Read database initial stream.
|
Modifier and Type | Method and Description |
---|---|
String |
getAuthenticationPluginType() |
byte |
getProtocolVersion() |
byte[] |
getSeed() |
long |
getServerCapabilities() |
byte |
getServerLanguage() |
short |
getServerStatus() |
long |
getServerThreadId() |
String |
getServerVersion() |
boolean |
isServerMariaDb() |
String |
toString() |
public ReadInitialHandShakePacket(PacketInputStream reader) throws IOException, SQLException
reader
- packetFetcherIOException
- if a connection error occurSQLException
- if received an error packetpublic String getServerVersion()
public byte getProtocolVersion()
public long getServerThreadId()
public byte[] getSeed()
public long getServerCapabilities()
public byte getServerLanguage()
public short getServerStatus()
public String getAuthenticationPluginType()
public boolean isServerMariaDb()
Copyright © 2020 mariadb.com. All rights reserved.