com.github.shyiko.mysql.binlog.network.protocol
Class GreetingPacket
java.lang.Object
com.github.shyiko.mysql.binlog.network.protocol.GreetingPacket
- All Implemented Interfaces:
- Packet
public class GreetingPacket
- extends Object
- implements Packet
- Author:
- Stanley Shyiko
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GreetingPacket
public GreetingPacket(byte[] bytes)
throws IOException
- Throws:
IOException
getProtocolVersion
public int getProtocolVersion()
getServerVersion
public String getServerVersion()
getScramble
public String getScramble()
getThreadId
public long getThreadId()
getServerStatus
public int getServerStatus()
getServerCapabilities
public int getServerCapabilities()
getPluginProvidedData
public String getPluginProvidedData()
getServerCollation
public int getServerCollation()
Copyright © 2015. All Rights Reserved.