public class MessageEncoder extends io.netty.handler.codec.MessageToMessageEncoder<Object>
| Modifier and Type | Field and Description |
|---|---|
static String |
NAME
Constant
NAME="requestEncoder" |
| Constructor and Description |
|---|
MessageEncoder() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
encode(io.netty.channel.ChannelHandlerContext ctx,
Object msg,
List<Object> out) |
acceptOutboundMessage, writebind, close, connect, deregister, disconnect, flush, readensureNotSharable, exceptionCaught, handlerAdded, handlerRemoved, isSharablepublic static final String NAME
NAME="requestEncoder"Copyright © 2016–2024. All rights reserved.