Package net.minecraft.network
Class RateLimitedConnection
java.lang.Object
io.netty.channel.ChannelHandlerAdapter
io.netty.channel.ChannelInboundHandlerAdapter
io.netty.channel.SimpleChannelInboundHandler<Packet<?>>
net.minecraft.network.ClientConnection
net.minecraft.network.RateLimitedConnection
- All Implemented Interfaces:
ChannelHandler
,ChannelInboundHandler
public class RateLimitedConnection extends ClientConnection
- Mappings:
Namespace Name official oa
intermediary net/minecraft/class_5472
named net/minecraft/network/RateLimitedConnection
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.network.ClientConnection
ClientConnection.QueuedPacket
Nested classes/interfaces inherited from interface io.netty.channel.ChannelHandler
ChannelHandler.Sharable
-
Field Summary
Fields Modifier and Type Field Description private static Logger
LOGGER
private static Text
RATE_LIMIT_EXCEEDED_MESSAGE
private int
rateLimit
Fields inherited from class net.minecraft.network.ClientConnection
ATTR_KEY_PROTOCOL, CLIENT_IO_GROUP, CLIENT_IO_GROUP_EPOLL, CLIENT_IO_GROUP_LOCAL, MARKER_NETWORK, MARKER_NETWORK_PACKETS
-
Constructor Summary
Constructors Constructor Description RateLimitedConnection(int rateLimit)
-
Method Summary
Modifier and Type Method Description protected void
updateStats()
Methods inherited from class net.minecraft.network.ClientConnection
channelActive, channelInactive, channelRead0, connect, connectLocal, disableAutoRead, disconnect, exceptionCaught, getAddress, getAveragePacketsReceived, getAveragePacketsSent, getDisconnectReason, getPacketListener, handleDisconnection, hasChannel, isEncrypted, isLocal, isOpen, send, send, setCompressionThreshold, setPacketListener, setState, setupEncryption, tick
Methods inherited from class io.netty.channel.SimpleChannelInboundHandler
acceptInboundMessage, channelRead
Methods inherited from class io.netty.channel.ChannelInboundHandlerAdapter
channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, 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
- Mappings:
Namespace Name Mixin selector official g
Loa;g:Lorg/apache/logging/log4j/Logger;
intermediary field_26342
Lnet/minecraft/class_5472;field_26342:Lorg/apache/logging/log4j/Logger;
named LOGGER
Lnet/minecraft/network/RateLimitedConnection;LOGGER:Lorg/apache/logging/log4j/Logger;
-
RATE_LIMIT_EXCEEDED_MESSAGE
- Mappings:
Namespace Name Mixin selector official h
Loa;h:Loi;
intermediary field_26343
Lnet/minecraft/class_5472;field_26343:Lnet/minecraft/class_2561;
named RATE_LIMIT_EXCEEDED_MESSAGE
Lnet/minecraft/network/RateLimitedConnection;RATE_LIMIT_EXCEEDED_MESSAGE:Lnet/minecraft/text/Text;
-
rateLimit
private final int rateLimit- Mappings:
Namespace Name Mixin selector official i
Loa;i:I
intermediary field_26344
Lnet/minecraft/class_5472;field_26344:I
named rateLimit
Lnet/minecraft/network/RateLimitedConnection;rateLimit:I
-
-
Constructor Details
-
RateLimitedConnection
public RateLimitedConnection(int rateLimit)- Mappings:
Namespace Name Mixin selector official <init>
Loa;<init>(I)V
intermediary <init>
Lnet/minecraft/class_5472;<init>(I)V
named <init>
Lnet/minecraft/network/RateLimitedConnection;<init>(I)V
-
-
Method Details
-
updateStats
protected void updateStats()- Overrides:
updateStats
in classClientConnection
- Mappings:
Namespace Name Mixin selector official b
Lnu;b()V
intermediary method_30615
Lnet/minecraft/class_2535;method_30615()V
named updateStats
Lnet/minecraft/network/ClientConnection;updateStats()V
-