See: Description
| Interface | Description |
|---|---|
| CompleteMessage |
A message indicates result completion signal of a command which maybe a query.
|
| DecodeContext |
Decode context with static creators.
|
| EofMessage |
Base message considers EOF.
|
| HandshakeRequest |
A MySQL Handshake Request message for multi-versions.
|
| ServerMessage |
Marker interface for message sent from a MySQL server to a MySQL client.
|
| ServerStatusMessage |
Base class considers server statuses getter for implementations of
ServerMessage. |
| WarningMessage |
An interface considers
ServerMessage warnings from MySQL server. |
| Class | Description |
|---|---|
| AuthMoreDataMessage |
Authentication more data request, means continue send auth change response message if is exists.
|
| ChangeAuthMessage |
Change authentication plugin type and salt message.
|
| ColumnCountMessage |
A message that is start envelope for SELECT query result,
ColumnCountMessage.totalColumns how many
columns will be returned for the result. |
| DefinitionMetadataMessage |
Column or parameter definition metadata message.
|
| ErrorMessage |
A message considers an error that's reported by server-side.
|
| HandshakeHeader |
The handshake generic header, all protocol versions contains this data whether V9 or V10.
|
| OkMessage |
OK message, it may be a complete signal of command, or a succeed signal for the Connection Phase of
connection lifecycle.
|
| PreparedOkMessage |
A server message after prepare query sent, includes prepare statement ID and other information.
|
| RowMessage |
A message includes data fields which is a row of result.
|
| ServerMessageDecoder |
Generic message decoder logic.
|
| SyntheticMetadataMessage |
A message contains a bundle of
DefinitionMetadataMessages, when the SyntheticMetadataMessage.isCompleted()
returning true means it is last metadata bundle of current query. |
| SyntheticSslResponseMessage |
A synthetic message for trigger SSL handshake complete handler.
|
Copyright © 2018–2023 asyncer.io. All rights reserved.