public interface CommandEncoder
| 限定符和类型 | 方法和说明 |
|---|---|
void |
encode(io.netty.channel.ChannelHandlerContext ctx,
Serializable msg,
io.netty.buffer.ByteBuf out)
Encode object into bytes.
|
void encode(io.netty.channel.ChannelHandlerContext ctx,
Serializable msg,
io.netty.buffer.ByteBuf out)
throws Exception
ctx - msg - out - ExceptionCopyright © 2020. All rights reserved.