public class MsgDecoder
extends io.netty.handler.codec.LengthFieldBasedFrameDecoder
| 构造器和说明 |
|---|
MsgDecoder(int maxFrameLen,
int lenFieldOffset,
int lenFieldLen,
int lenAdjustment,
int initBytesToStrip) |
MsgDecoder(int maxFrameLen,
int lenFieldOffset,
int lenFieldLen,
int lenAdjustment,
int initBytesToStrip,
boolean failFast) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected HolerMsg |
decode(io.netty.channel.ChannelHandlerContext ctx,
io.netty.buffer.ByteBuf bin) |
decode, extractFrame, getUnadjustedFrameLengthactualReadableBytes, callDecode, channelInactive, channelRead, channelReadComplete, decodeLast, discardSomeReadBytes, handlerRemoved, handlerRemoved0, internalBuffer, isSingleDecode, setCumulator, setDiscardAfterReads, setSingleDecode, userEventTriggeredchannelActive, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaughtCopyright © 2019. All rights reserved.