Class VarInt32FrameDecoder
java.lang.Object
io.netty5.channel.ChannelHandlerAdapter
io.netty5.handler.codec.ByteToMessageDecoder
eu.cloudnetservice.driver.impl.network.netty.codec.VarInt32FrameDecoder
- All Implemented Interfaces:
io.netty5.channel.ChannelHandler
public final class VarInt32FrameDecoder
extends io.netty5.handler.codec.ByteToMessageDecoder
-
Nested Class Summary
Nested classes/interfaces inherited from class io.netty5.handler.codec.ByteToMessageDecoder
io.netty5.handler.codec.ByteToMessageDecoder.Cumulator -
Field Summary
FieldsFields inherited from class io.netty5.handler.codec.ByteToMessageDecoder
COMPOSITE_CUMULATOR, MERGE_CUMULATOR -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.netty5.handler.codec.ByteToMessageDecoder
actualReadableBytes, channelInactive, channelRead, channelReadComplete, channelShutdown, decodeLast, discardSomeReadBytes, handlerAdded, handlerAdded0, handlerRemoved, handlerRemoved0, internalBuffer, isSharable, isSingleDecode, setSingleDecodeMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.netty5.channel.ChannelHandler
bind, channelActive, channelExceptionCaught, channelInboundEvent, channelRegistered, channelUnregistered, channelWritabilityChanged, close, connect, deregister, disconnect, flush, pendingOutboundBytes, read, register, sendOutboundEvent, shutdown, write
-
Field Details
-
LOGGER
private static final org.slf4j.Logger LOGGER
-
-
Constructor Details
-
VarInt32FrameDecoder
public VarInt32FrameDecoder()
-
-
Method Details
-
decode
-