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
Modifier 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
ConstructorDescriptionPacketFlowValidator
(io.netty.util.AttributeKey<ConnectionProtocol.CodecData<?>> p_298489_, io.netty.util.AttributeKey<ConnectionProtocol.CodecData<?>> p_298624_) -
Method Summary
Modifier and TypeMethodDescriptionprotected 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
-
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
-