Class VarInt32FramePrepender

java.lang.Object
io.netty5.channel.ChannelHandlerAdapter
eu.cloudnetservice.driver.impl.network.netty.codec.VarInt32FramePrepender
All Implemented Interfaces:
io.netty5.channel.ChannelHandler

public final class VarInt32FramePrepender extends io.netty5.channel.ChannelHandlerAdapter
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    @NonNull io.netty5.util.concurrent.Future<Void>
    write(@NonNull io.netty5.channel.ChannelHandlerContext ctx, @NonNull Object msg)

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface io.netty5.channel.ChannelHandler

    bind, channelActive, channelExceptionCaught, channelInactive, channelInboundEvent, channelRead, channelReadComplete, channelRegistered, channelShutdown, channelUnregistered, channelWritabilityChanged, close, connect, deregister, disconnect, flush, handlerAdded, handlerRemoved, pendingOutboundBytes, read, register, sendOutboundEvent, shutdown