com.twitter.finagle.exp.mysql.transport
A logical packet exchanged between the mysql server and client. A packet consists of a header (size, sequence number) and a body.
The sequence number used by the server for sanity checks.
The sequence number used by the server for sanity checks. Encoded in the fourth byte of the packet.
Size of packet body.
Size of packet body. Encoded in the first 3 bytes of the packet.
Encodes this packet using the mysql spec for a packet into a netty3 ChannelBuffer.
A logical packet exchanged between the mysql server and client. A packet consists of a header (size, sequence number) and a body.