VarIntLengthPrepender

class VarIntLengthPrepender : MessageToByteEncoder<ByteBuf>

Pass-through encoder for already framed Hytale packets.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
open fun bind(ctx: ChannelHandlerContext?, localAddress: SocketAddress?, promise: ChannelPromise?)
Link copied to clipboard
open fun close(ctx: ChannelHandlerContext?, promise: ChannelPromise?)
Link copied to clipboard
open fun connect(ctx: ChannelHandlerContext?, remoteAddress: SocketAddress?, localAddress: SocketAddress?, promise: ChannelPromise?)
Link copied to clipboard
open fun deregister(ctx: ChannelHandlerContext?, promise: ChannelPromise?)
Link copied to clipboard
open fun disconnect(ctx: ChannelHandlerContext?, promise: ChannelPromise?)
Link copied to clipboard
open fun exceptionCaught(ctx: ChannelHandlerContext?, cause: Throwable?)
Link copied to clipboard
open fun flush(ctx: ChannelHandlerContext?)
Link copied to clipboard
open fun handlerAdded(ctx: ChannelHandlerContext?)
Link copied to clipboard
open fun handlerRemoved(ctx: ChannelHandlerContext?)
Link copied to clipboard
open fun read(ctx: ChannelHandlerContext?)
Link copied to clipboard
open fun write(ctx: ChannelHandlerContext?, msg: Any?, promise: ChannelPromise?)