| Package | Description |
|---|---|
| com.github.shyiko.mysql.binlog.network.protocol | |
| com.github.shyiko.mysql.binlog.network.protocol.command |
| Modifier and Type | Method and Description |
|---|---|
void |
PacketChannel.write(Command command) |
void |
PacketChannel.write(Command command,
int packetNumber) |
void |
PacketChannel.writeBuffered(Command command,
int packetNumber)
Deprecated.
use
PacketChannel.write(Command, int) instead |
| Modifier and Type | Class and Description |
|---|---|
class |
AuthenticateCommand |
class |
AuthenticateNativePasswordCommand |
class |
DumpBinaryLogCommand |
class |
DumpBinaryLogGtidCommand |
class |
PingCommand |
class |
QueryCommand |
class |
SSLRequestCommand |
Copyright © 2019. All rights reserved.