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
  • Constructor Details

  • Method Details

    • 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()