HandshakeHandler class
Methods
checkResponse (ReadBuffer response , [bool prepareStmt = false , bool isHandlingRows = false ])
→ dynamic
Parses the response packet to recognise Ok and Error packets.
Returns an OkPacket if the packet was an Ok packet, throws
a MySqlException if it was an Error packet, or returns null
if the packet has not been handled by this method.
inherited
createRequest ()
→ Uint8List
The server initiates the handshake after the client connects,
so a request will never be created.
override
noSuchMethod (Invocation invocation )
→ dynamic
Invoked when a nonexistent method or property is accessed.
inherited
processResponse (ReadBuffer response )
→ HandlerResponse
After receiving the handshake packet, if all is well, an _AuthHandler
is created and returned to handle authentication.
override
readResponseBuffer (ReadBuffer response )
→ void
toString ()
→ String
A string representation of this object.
inherited