| Package | Description |
|---|---|
| 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 |
|---|---|
Flux<io.netty.buffer.ByteBuf> |
PreparedLargeDataMessage.encode(io.netty.buffer.ByteBufAllocator allocator,
ConnectionContext context) |
CorePublisher<io.netty.buffer.ByteBuf> |
ClientMessage.encode(io.netty.buffer.ByteBufAllocator allocator,
ConnectionContext context)
Encode a message into
ByteBufs. |
Mono<io.netty.buffer.ByteBuf> |
TextQueryMessage.encode(io.netty.buffer.ByteBufAllocator allocator,
ConnectionContext context) |
Flux<io.netty.buffer.ByteBuf> |
PreparedExecuteMessage.encode(io.netty.buffer.ByteBufAllocator allocator,
ConnectionContext context) |
Mono<io.netty.buffer.ByteBuf> |
PreparedTextQueryMessage.encode(io.netty.buffer.ByteBufAllocator allocator,
ConnectionContext context) |
Flux<io.netty.buffer.ByteBuf> |
PrepareQueryMessage.encode(io.netty.buffer.ByteBufAllocator allocator,
ConnectionContext context) |
| Modifier and Type | Method and Description |
|---|---|
@Nullable ServerMessage |
ServerMessageDecoder.decode(io.netty.buffer.ByteBuf envelope,
ConnectionContext context,
DecodeContext decodeContext)
Decode a server-side message from
ServerMessageDecoder.parts and current envelope. |
Copyright © 2018–2023 asyncer.io. All rights reserved.