Class PingCommand
- java.lang.Object
-
- com.github.shyiko.mysql.binlog.network.protocol.command.PingCommand
-
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
Constructors Constructor Description PingCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]toByteArray()
-
-
-
Method Detail
-
toByteArray
public byte[] toByteArray() throws IOException- Specified by:
toByteArrayin interfaceCommand- Throws:
IOException
-
-