Package net.minecraft.network
@ParametersAreNonnullByDefault
package net.minecraft.network
-
ClassDescriptionChannel handler that handles protocol decryption.Channel handler that handles protocol encryption.Handles decompression of network traffic.Handles compression of network traffic.Describes the set of packets a connection understands at a given point.PacketDecoder<T extends PacketListener>Main netty packet decoder.PacketEncoder<T extends PacketListener>Main netty packet encoder.Describes how packets are handled.ProtocolInfo<T extends PacketListener>Variant of
Connection
that monitors the amount of received packets and disables receiving if the set limit is exceeded.Used to signify that a packet encoding error is not fatal.Counterpart toVarint21LengthFieldPrepender
.Prepends each frame ("packet") with its length encoded as a VarInt.