public final class BackendMessageDecoder extends Object
| Constructor and Description |
|---|
BackendMessageDecoder() |
| Modifier and Type | Method and Description |
|---|---|
static BackendMessage |
decode(io.netty.buffer.ByteBuf envelope)
Decode a
ByteBuf into a BackendMessage. |
public static BackendMessage decode(io.netty.buffer.ByteBuf envelope)
ByteBuf into a BackendMessage.envelope - the ByteBuf to decodeBackendMessage.Copyright © 2023. All rights reserved.