Interface Command
-
- All Superinterfaces:
Packet
- All Known Implementing Classes:
AuthenticateNativePasswordCommand,AuthenticateSecurityPasswordCommand,AuthenticateSHA2Command,AuthenticateSHA2RSAPasswordCommand,ByteArrayCommand,DumpBinaryLogCommand,DumpBinaryLogGtidCommand,PingCommand,QueryCommand,SSLRequestCommand
public interface Command extends Packet
- Author:
- Stanley Shyiko
-
-
Field Summary
-
Fields inherited from interface com.github.shyiko.mysql.binlog.network.protocol.Packet
MAX_LENGTH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]toByteArray()
-
-
-
Method Detail
-
toByteArray
byte[] toByteArray() throws IOException- Throws:
IOException
-
-