Class GreetingPacket
java.lang.Object
com.github.shyiko.mysql.binlog.network.protocol.GreetingPacket
- All Implemented Interfaces:
Packet
- Author:
- Stanley Shyiko
-
Field Summary
Fields inherited from interface com.github.shyiko.mysql.binlog.network.protocol.Packet
MAX_LENGTH -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintintintlong
-
Constructor Details
-
GreetingPacket
- Throws:
IOException
-
-
Method Details
-
getProtocolVersion
public int getProtocolVersion() -
getServerVersion
-
getScramble
-
getThreadId
public long getThreadId() -
getServerStatus
public int getServerStatus() -
getServerCapabilities
public int getServerCapabilities() -
getPluginProvidedData
-
getServerCollation
public int getServerCollation()
-