类 Varint21FrameDecoder
java.lang.Object
io.netty.channel.ChannelHandlerAdapter
io.netty.channel.ChannelInboundHandlerAdapter
io.netty.handler.codec.ByteToMessageDecoder
net.minecraft.network.Varint21FrameDecoder
- 所有已实现的接口:
io.netty.channel.ChannelHandler
,io.netty.channel.ChannelInboundHandler
public class Varint21FrameDecoder
extends io.netty.handler.codec.ByteToMessageDecoder
-
嵌套类概要
从类继承的嵌套类/接口 io.netty.handler.codec.ByteToMessageDecoder
io.netty.handler.codec.ByteToMessageDecoder.Cumulator
从接口继承的嵌套类/接口 io.netty.channel.ChannelHandler
io.netty.channel.ChannelHandler.Sharable
-
字段概要
字段修饰符和类型字段说明private final io.netty.buffer.ByteBuf
private static final int
private final BandwidthDebugMonitor
从类继承的字段 io.netty.handler.codec.ByteToMessageDecoder
COMPOSITE_CUMULATOR, MERGE_CUMULATOR
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明private static boolean
copyVarint
(io.netty.buffer.ByteBuf p_299967_, io.netty.buffer.ByteBuf p_298224_) protected void
decode
(io.netty.channel.ChannelHandlerContext p_130566_, io.netty.buffer.ByteBuf p_130567_, List<Object> p_130568_) protected void
handlerRemoved0
(io.netty.channel.ChannelHandlerContext p_299287_) 从类继承的方法 io.netty.handler.codec.ByteToMessageDecoder
actualReadableBytes, callDecode, channelInactive, channelRead, channelReadComplete, decodeLast, discardSomeReadBytes, handlerRemoved, internalBuffer, isSingleDecode, setCumulator, setDiscardAfterReads, setSingleDecode, userEventTriggered
从类继承的方法 io.netty.channel.ChannelInboundHandlerAdapter
channelActive, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught
从类继承的方法 io.netty.channel.ChannelHandlerAdapter
ensureNotSharable, handlerAdded, isSharable
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
从接口继承的方法 io.netty.channel.ChannelHandler
handlerAdded
-
字段详细资料
-
MAX_VARINT21_BYTES
private static final int MAX_VARINT21_BYTES- 另请参阅:
-
helperBuf
private final io.netty.buffer.ByteBuf helperBuf -
monitor
-
-
构造器详细资料
-
Varint21FrameDecoder
-
-
方法详细资料
-
handlerRemoved0
protected void handlerRemoved0(io.netty.channel.ChannelHandlerContext p_299287_) - 覆盖:
handlerRemoved0
在类中io.netty.handler.codec.ByteToMessageDecoder
-
copyVarint
private static boolean copyVarint(io.netty.buffer.ByteBuf p_299967_, io.netty.buffer.ByteBuf p_298224_) -
decode
protected void decode(io.netty.channel.ChannelHandlerContext p_130566_, io.netty.buffer.ByteBuf p_130567_, List<Object> p_130568_) - 指定者:
decode
在类中io.netty.handler.codec.ByteToMessageDecoder
-