Class PacketFlowValidator

java.lang.Object
io.netty.channel.ChannelHandlerAdapter
io.netty.channel.ChannelInboundHandlerAdapter
io.netty.channel.ChannelDuplexHandler
io.netty.handler.codec.MessageToMessageCodec<Packet<?>,Packet<?>>
net.minecraft.network.PacketFlowValidator
All Implemented Interfaces:
io.netty.channel.ChannelHandler, io.netty.channel.ChannelInboundHandler, io.netty.channel.ChannelOutboundHandler

public class PacketFlowValidator extends io.netty.handler.codec.MessageToMessageCodec<Packet<?>,Packet<?>>
  • Nested Class Summary

    Nested classes/interfaces inherited from interface io.netty.channel.ChannelHandler

    io.netty.channel.ChannelHandler.Sharable
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private final io.netty.util.AttributeKey<ConnectionProtocol.CodecData<?>>
     
    private final io.netty.util.AttributeKey<ConnectionProtocol.CodecData<?>>
     
    private static final org.slf4j.Logger
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    PacketFlowValidator(io.netty.util.AttributeKey<ConnectionProtocol.CodecData<?>> p_298489_, io.netty.util.AttributeKey<ConnectionProtocol.CodecData<?>> p_298624_)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    decode(io.netty.channel.ChannelHandlerContext p_298853_, Packet<?> p_300545_, List<Object> p_299821_)
     
    protected void
    encode(io.netty.channel.ChannelHandlerContext p_299696_, Packet<?> p_298941_, List<Object> p_300232_)
     
    private static void
    validatePacket(io.netty.channel.ChannelHandlerContext p_297391_, Packet<?> p_300731_, List<Object> p_301049_, io.netty.util.AttributeKey<ConnectionProtocol.CodecData<?>> p_297339_)
     

    Methods inherited from class io.netty.handler.codec.MessageToMessageCodec

    acceptInboundMessage, acceptOutboundMessage, channelRead, write

    Methods inherited from class io.netty.channel.ChannelDuplexHandler

    bind, close, connect, deregister, disconnect, flush, read

    Methods inherited from class io.netty.channel.ChannelInboundHandlerAdapter

    channelActive, channelInactive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggered

    Methods inherited from class io.netty.channel.ChannelHandlerAdapter

    ensureNotSharable, handlerAdded, handlerRemoved, isSharable

    Methods inherited from class java.lang.Object

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

    Methods inherited from interface io.netty.channel.ChannelHandler

    handlerAdded, handlerRemoved