com.github.shyiko.mysql.binlog.network.protocol
Class GreetingPacket

java.lang.Object
  extended by com.github.shyiko.mysql.binlog.network.protocol.GreetingPacket
All Implemented Interfaces:
Packet

public class GreetingPacket
extends Object
implements Packet

Author:
Stanley Shyiko

Constructor Summary
GreetingPacket(byte[] bytes)
           
 
Method Summary
 String getPluginProvidedData()
           
 int getProtocolVersion()
           
 String getScramble()
           
 int getServerCapabilities()
           
 int getServerCollation()
           
 int getServerStatus()
           
 String getServerVersion()
           
 long getThreadId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GreetingPacket

public GreetingPacket(byte[] bytes)
               throws IOException
Throws:
IOException
Method Detail

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.