CommandCodecBase

Members

Functions

decodePayload
void decodePayload(ByteBuf payload, int payloadLength, int sequenceId)
Undocumented in source.
encode
void encode(MySQLEncoder encoder)
Undocumented in source.
getCommand
ICommand getCommand()
Undocumented in source.

Variables

completionHandler
EventHandler!(ICommandResponse) completionHandler;
Undocumented in source.
encoder
MySQLEncoder encoder;
Undocumented in source.
failure
Throwable failure;
Undocumented in source.
sequenceId
int sequenceId;
Undocumented in source.

Meta