Package net.minecraft.network
Class PacketFlowValidator
- All Implemented Interfaces:
io.netty.channel.ChannelHandler,io.netty.channel.ChannelInboundHandler,io.netty.channel.ChannelOutboundHandler
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.netty.channel.ChannelHandler
io.netty.channel.ChannelHandler.Sharable -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final io.netty.util.AttributeKey<ConnectionProtocol.CodecData<?>>private final io.netty.util.AttributeKey<ConnectionProtocol.CodecData<?>>private static final org.slf4j.Logger -
Constructor Summary
ConstructorsConstructorDescriptionPacketFlowValidator(io.netty.util.AttributeKey<ConnectionProtocol.CodecData<?>> p_298489_, io.netty.util.AttributeKey<ConnectionProtocol.CodecData<?>> p_298624_) -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddecode(io.netty.channel.ChannelHandlerContext p_298853_, Packet<?> p_300545_, List<Object> p_299821_) protected voidencode(io.netty.channel.ChannelHandlerContext p_299696_, Packet<?> p_298941_, List<Object> p_300232_) private static voidvalidatePacket(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, writeMethods inherited from class io.netty.channel.ChannelDuplexHandler
bind, close, connect, deregister, disconnect, flush, readMethods inherited from class io.netty.channel.ChannelInboundHandlerAdapter
channelActive, channelInactive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggeredMethods inherited from class io.netty.channel.ChannelHandlerAdapter
ensureNotSharable, handlerAdded, handlerRemoved, isSharableMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.netty.channel.ChannelHandler
handlerAdded, handlerRemoved
-
Field Details
-
LOGGER
private static final org.slf4j.Logger LOGGER -
decoderKey
-
encoderKey
-
-
Constructor Details
-
PacketFlowValidator
public PacketFlowValidator(io.netty.util.AttributeKey<ConnectionProtocol.CodecData<?>> p_298489_, io.netty.util.AttributeKey<ConnectionProtocol.CodecData<?>> p_298624_)
-
-
Method Details
-
validatePacket
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_) -
decode
-
encode
-