Package net.minecraft.network.handler
Class PacketInflater
java.lang.Object
io.netty.channel.ChannelHandlerAdapter
io.netty.channel.ChannelInboundHandlerAdapter
io.netty.handler.codec.ByteToMessageDecoder
net.minecraft.network.handler.PacketInflater
- All Implemented Interfaces:
ChannelHandler
,ChannelInboundHandler
- Mappings:
Namespace Name named net/minecraft/network/handler/PacketInflater
intermediary net/minecraft/class_2532
official wi
-
Nested Class Summary
Nested classes/interfaces inherited from class io.netty.handler.codec.ByteToMessageDecoder
ByteToMessageDecoder.Cumulator
Nested classes/interfaces inherited from interface io.netty.channel.ChannelHandler
ChannelHandler.Sharable
-
Field Summary
Modifier and TypeFieldDescriptionprivate int
static final int
private final Inflater
static final int
The maximum size allowed for a compressed packet.private boolean
Fields inherited from class io.netty.handler.codec.ByteToMessageDecoder
COMPOSITE_CUMULATOR, MERGE_CUMULATOR
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
decode
(ChannelHandlerContext ctx, ByteBuf buf, List<Object> objects) private ByteBuf
inflate
(ChannelHandlerContext context, int expectedSize) void
setCompressionThreshold
(int compressionThreshold, boolean rejectsBadPackets) private void
setInputBuf
(ByteBuf buf) Methods inherited from class io.netty.handler.codec.ByteToMessageDecoder
actualReadableBytes, callDecode, channelInactive, channelRead, channelReadComplete, decodeLast, discardSomeReadBytes, handlerRemoved, handlerRemoved0, internalBuffer, isSingleDecode, setCumulator, setDiscardAfterReads, setSingleDecode, userEventTriggered
Methods inherited from class io.netty.channel.ChannelInboundHandlerAdapter
channelActive, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught
Methods inherited from class io.netty.channel.ChannelHandlerAdapter
ensureNotSharable, handlerAdded, 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
-
Field Details
-
field_34057
public static final int field_34057- See Also:
- Mappings:
Namespace Name Mixin selector named field_34057
Lnet/minecraft/network/handler/PacketInflater;field_34057:I
intermediary field_34057
Lnet/minecraft/class_2532;field_34057:I
official a
Lwi;a:I
-
MAXIMUM_PACKET_SIZE
public static final int MAXIMUM_PACKET_SIZEThe maximum size allowed for a compressed packet. Has value 8388608.- See Also:
- Mappings:
Namespace Name Mixin selector named MAXIMUM_PACKET_SIZE
Lnet/minecraft/network/handler/PacketInflater;MAXIMUM_PACKET_SIZE:I
intermediary field_33279
Lnet/minecraft/class_2532;field_33279:I
official b
Lwi;b:I
-
inflater
- Mappings:
Namespace Name Mixin selector named inflater
Lnet/minecraft/network/handler/PacketInflater;inflater:Ljava/util/zip/Inflater;
intermediary field_11622
Lnet/minecraft/class_2532;field_11622:Ljava/util/zip/Inflater;
official c
Lwi;c:Ljava/util/zip/Inflater;
-
compressionThreshold
private int compressionThreshold- Mappings:
Namespace Name Mixin selector named compressionThreshold
Lnet/minecraft/network/handler/PacketInflater;compressionThreshold:I
intermediary field_11623
Lnet/minecraft/class_2532;field_11623:I
official d
Lwi;d:I
-
rejectsBadPackets
private boolean rejectsBadPackets- Mappings:
Namespace Name Mixin selector named rejectsBadPackets
Lnet/minecraft/network/handler/PacketInflater;rejectsBadPackets:Z
intermediary field_34058
Lnet/minecraft/class_2532;field_34058:Z
official e
Lwi;e:Z
-
-
Constructor Details
-
PacketInflater
public PacketInflater(int compressionThreshold, boolean rejectsBadPackets) - Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/network/handler/PacketInflater;<init>(IZ)V
intermediary <init>
Lnet/minecraft/class_2532;<init>(IZ)V
official <init>
Lwi;<init>(IZ)V
-
-
Method Details
-
decode
protected void decode(ChannelHandlerContext ctx, ByteBuf buf, List<Object> objects) throws Exception - Specified by:
decode
in classByteToMessageDecoder
- Throws:
Exception
- Mappings:
Namespace Name Mixin selector named decode
Lnet/minecraft/network/handler/PacketInflater;decode(Lio/netty/channel/ChannelHandlerContext;Lio/netty/buffer/ByteBuf;Ljava/util/List;)V
intermediary decode
Lnet/minecraft/class_2532;decode(Lio/netty/channel/ChannelHandlerContext;Lio/netty/buffer/ByteBuf;Ljava/util/List;)V
official decode
Lwi;decode(Lio/netty/channel/ChannelHandlerContext;Lio/netty/buffer/ByteBuf;Ljava/util/List;)V
-
setInputBuf
- Mappings:
Namespace Name Mixin selector named setInputBuf
Lnet/minecraft/network/handler/PacketInflater;setInputBuf(Lio/netty/buffer/ByteBuf;)V
intermediary method_52896
Lnet/minecraft/class_2532;method_52896(Lio/netty/buffer/ByteBuf;)V
official a
Lwi;a(Lio/netty/buffer/ByteBuf;)V
-
inflate
- Throws:
DataFormatException
- Mappings:
Namespace Name Mixin selector named inflate
Lnet/minecraft/network/handler/PacketInflater;inflate(Lio/netty/channel/ChannelHandlerContext;I)Lio/netty/buffer/ByteBuf;
intermediary method_52897
Lnet/minecraft/class_2532;method_52897(Lio/netty/channel/ChannelHandlerContext;I)Lio/netty/buffer/ByteBuf;
official a
Lwi;a(Lio/netty/channel/ChannelHandlerContext;I)Lio/netty/buffer/ByteBuf;
-
setCompressionThreshold
public void setCompressionThreshold(int compressionThreshold, boolean rejectsBadPackets) - Mappings:
Namespace Name Mixin selector named setCompressionThreshold
Lnet/minecraft/network/handler/PacketInflater;setCompressionThreshold(IZ)V
intermediary method_10739
Lnet/minecraft/class_2532;method_10739(IZ)V
official a
Lwi;a(IZ)V
-