类 RateKickingConnection
java.lang.Object
io.netty.channel.ChannelHandlerAdapter
io.netty.channel.ChannelInboundHandlerAdapter
io.netty.channel.SimpleChannelInboundHandler<Packet<?>>
net.minecraft.network.Connection
net.minecraft.network.RateKickingConnection
- 所有已实现的接口:
io.netty.channel.ChannelHandler
,io.netty.channel.ChannelInboundHandler
-
嵌套类概要
从接口继承的嵌套类/接口 io.netty.channel.ChannelHandler
io.netty.channel.ChannelHandler.Sharable
-
字段概要
字段从类继承的字段 net.minecraft.network.Connection
bandwidthDebugMonitor, LOCAL_WORKER_GROUP, NETWORK_EPOLL_WORKER_GROUP, NETWORK_WORKER_GROUP, PACKET_MARKER, PACKET_RECEIVED_MARKER, PACKET_SENT_MARKER, ROOT_MARKER
-
构造器概要
构造器 -
方法概要
从类继承的方法 net.minecraft.network.Connection
channel, channelActive, channelInactive, channelRead0, configureInMemoryPipeline, configurePacketHandler, configureSerialization, connect, connectToLocalServer, connectToServer, disconnect, disconnect, exceptionCaught, flushChannel, getAverageReceivedPackets, getAverageSentPackets, getDirection, getDisconnectionDetails, getInboundProtocol, getLoggableAddress, getPacketListener, getReceiving, getRemoteAddress, getSending, handleDisconnection, initiateServerboundPlayConnection, initiateServerboundPlayConnection, initiateServerboundStatusConnection, isConnected, isConnecting, isEncrypted, isMemoryConnection, runOnceConnected, send, send, send, setBandwidthLogger, setEncryptionKey, setListenerForServerboundHandshake, setReadOnly, setupCompression, setupInboundProtocol, setupOutboundProtocol, tick
从类继承的方法 io.netty.channel.SimpleChannelInboundHandler
acceptInboundMessage, channelRead
从类继承的方法 io.netty.channel.ChannelInboundHandlerAdapter
channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, userEventTriggered
从类继承的方法 io.netty.channel.ChannelHandlerAdapter
ensureNotSharable, handlerAdded, handlerRemoved, isSharable
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
从接口继承的方法 io.netty.channel.ChannelHandler
handlerAdded, handlerRemoved
-
字段详细资料
-
LOGGER
private static final org.slf4j.Logger LOGGER -
EXCEED_REASON
-
rateLimitPacketsPerSecond
private final int rateLimitPacketsPerSecond
-
-
构造器详细资料
-
RateKickingConnection
public RateKickingConnection(int p_130558_)
-
-
方法详细资料
-
tickSecond
protected void tickSecond()- 覆盖:
tickSecond
在类中Connection
-