hunt-database ~master (2022-02-21T07:44:19Z)
Home
Dub
Repo
CloseConnectionCommandCodec
hunt
database
driver
mysql
impl
codec
CloseConnectionCommandCodec
Undocumented in source.
class
CloseConnectionCommandCodec : CommandCodec!(Void, CloseConnectionCommand) {
this
(CloseConnectionCommand cmd);
void
encode
(MySQLEncoder encoder);
void
decodePayload
(ByteBuf payload, int payloadLength, int sequenceId);
}
Constructors
this
this
(CloseConnectionCommand cmd)
Undocumented in source.
Members
Functions
decodePayload
void
decodePayload
(ByteBuf payload, int payloadLength, int sequenceId)
Undocumented in source. Be warned that the author may not have intended to support it.
encode
void
encode
(MySQLEncoder encoder)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
hunt
database
driver
mysql
impl
codec
CloseConnectionCommandCodec
classes
CloseConnectionCommandCodec