| Package | Description |
|---|---|
| io.asyncer.r2dbc.mysql |
An implementation of the Reactive Relational Database Connection API for MySQL servers.
|
| io.asyncer.r2dbc.mysql.message.client |
The messages that are sent from a MySQL client to a MySQL server.
|
| io.asyncer.r2dbc.mysql.message.server |
The messages that are sent from the MySQL server to a MySQL client.
|
| Modifier and Type | Method and Description |
|---|---|
Capability |
ConnectionContext.getCapability()
Get the connection capability.
|
static Capability |
Capability.of(int capabilities)
Creates a
Capability with capabilities bitmap. |
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectionContext.init(int connectionId,
ServerVersion version,
Capability capability)
Initializes this context.
|
| Modifier and Type | Method and Description |
|---|---|
Capability |
SslRequest.getCapability()
Get current
Capability of the connection. |
| Modifier and Type | Method and Description |
|---|---|
static SslRequest |
SslRequest.from(int envelopeId,
Capability capability,
int collationId)
Construct an instance of
SslRequest, it is implemented by the protocol version that is given by
Capability. |
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. |
| Modifier and Type | Method and Description |
|---|---|
Capability |
HandshakeRequest.getServerCapability()
Get the server-side capability.
|
Copyright © 2018–2023 asyncer.io. All rights reserved.