| Package | Description |
|---|---|
| io.asyncer.r2dbc.mysql.message.client |
The messages that are sent from a MySQL client to a MySQL server.
|
| Modifier and Type | Method and Description |
|---|---|
static HandshakeResponse |
HandshakeResponse.from(int envelopeId,
Capability capability,
int collationId,
String user,
byte[] authentication,
String authType,
String database,
Map<String,String> attributes)
Construct an instance of
HandshakeResponse, it is implemented by the protocol version that is
given by Capability. |
Copyright © 2018–2023 asyncer.io. All rights reserved.