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 oaintermediary net/minecraft/class_5472named net/minecraft/network/RateLimitedConnection
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.network.ClientConnection
ClientConnection.QueuedPacketNested classes/interfaces inherited from interface io.netty.channel.ChannelHandler
ChannelHandler.Sharable -
Field Summary
Fields Modifier and Type Field Description private static LoggerLOGGERprivate static TextRATE_LIMIT_EXCEEDED_MESSAGEprivate intrateLimitFields 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 voidupdateStats()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, tickMethods inherited from class io.netty.channel.SimpleChannelInboundHandler
acceptInboundMessage, channelReadMethods inherited from class io.netty.channel.ChannelInboundHandlerAdapter
channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, 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
- Mappings:
Namespace Name Mixin selector official gLoa;g:Lorg/apache/logging/log4j/Logger;intermediary field_26342Lnet/minecraft/class_5472;field_26342:Lorg/apache/logging/log4j/Logger;named LOGGERLnet/minecraft/network/RateLimitedConnection;LOGGER:Lorg/apache/logging/log4j/Logger;
-
RATE_LIMIT_EXCEEDED_MESSAGE
- Mappings:
Namespace Name Mixin selector official hLoa;h:Loi;intermediary field_26343Lnet/minecraft/class_5472;field_26343:Lnet/minecraft/class_2561;named RATE_LIMIT_EXCEEDED_MESSAGELnet/minecraft/network/RateLimitedConnection;RATE_LIMIT_EXCEEDED_MESSAGE:Lnet/minecraft/text/Text;
-
rateLimit
private final int rateLimit- Mappings:
Namespace Name Mixin selector official iLoa;i:Iintermediary field_26344Lnet/minecraft/class_5472;field_26344:Inamed rateLimitLnet/minecraft/network/RateLimitedConnection;rateLimit:I
-
-
Constructor Details
-
RateLimitedConnection
public RateLimitedConnection(int rateLimit)- Mappings:
Namespace Name Mixin selector official <init>Loa;<init>(I)Vintermediary <init>Lnet/minecraft/class_5472;<init>(I)Vnamed <init>Lnet/minecraft/network/RateLimitedConnection;<init>(I)V
-
-
Method Details
-
updateStats
protected void updateStats()- Overrides:
updateStatsin classClientConnection- Mappings:
Namespace Name Mixin selector official bLnu;b()Vintermediary method_30615Lnet/minecraft/class_2535;method_30615()Vnamed updateStatsLnet/minecraft/network/ClientConnection;updateStats()V
-