| Package | Description |
|---|---|
| io.asyncer.r2dbc.mysql.message.client |
The messages that are sent from a MySQL client to a MySQL server.
|
| Class and Description |
|---|
| ClientMessage
A message sent from a MySQL client to a MySQL server.
|
| ExitMessage
A singleton request message tells the MySQL client to exit.
|
| HandshakeResponse
An abstraction of
SubsequenceClientMessage considers handshake response. |
| PingMessage
A singleton request message check alive of MySQL server.
|
| SslRequest
An abstraction of
ClientMessage that considers SSL request for handshake. |
| SubsequenceClientMessage
An abstraction of
ClientMessage that considers as a subsequence of responses from a request from
the server. |
Copyright © 2018–2024 asyncer.io. All rights reserved.