Class ReadInitialHandShakePacket
java.lang.Object
org.mariadb.jdbc.internal.com.read.ReadInitialHandShakePacket
-
Constructor Details
-
ReadInitialHandShakePacket
Read database initial stream.- Parameters:
reader- packetFetcher- Throws:
IOException- if a connection error occurSQLException- if received an error packet
-
-
Method Details
-
toString
-
getServerVersion
-
getProtocolVersion
public byte getProtocolVersion() -
getServerThreadId
public long getServerThreadId() -
getSeed
public byte[] getSeed() -
getServerCapabilities
public long getServerCapabilities() -
getServerLanguage
public byte getServerLanguage() -
getServerStatus
public short getServerStatus() -
getAuthenticationPluginType
-
isServerMariaDb
public boolean isServerMariaDb()
-