com.github.shyiko.mysql.binlog.network.protocol.command
Class PingCommand

java.lang.Object
  extended by com.github.shyiko.mysql.binlog.network.protocol.command.PingCommand
All Implemented Interfaces:
Command, Packet

public class PingCommand
extends Object
implements Command

Author:
Stanley Shyiko

Field Summary
 
Fields inherited from interface com.github.shyiko.mysql.binlog.network.protocol.Packet
MAX_LENGTH
 
Constructor Summary
PingCommand()
           
 
Method Summary
 byte[] toByteArray()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PingCommand

public PingCommand()
Method Detail

toByteArray

public byte[] toByteArray()
                   throws IOException
Specified by:
toByteArray in interface Command
Throws:
IOException


Copyright © 2016. All Rights Reserved.