Package net.minecraft.network
Class 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
- All Implemented Interfaces:
- io.netty.channel.ChannelHandler,- io.netty.channel.ChannelInboundHandler
- 
Nested Class SummaryNested classes/interfaces inherited from interface io.netty.channel.ChannelHandlerio.netty.channel.ChannelHandler.Sharable
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate static final Componentprivate static final org.slf4j.Loggerprivate final intFields inherited from class net.minecraft.network.ConnectionATTRIBUTE_CLIENTBOUND_PROTOCOL, ATTRIBUTE_SERVERBOUND_PROTOCOL, bandwidthDebugMonitor, LOCAL_WORKER_GROUP, NETWORK_EPOLL_WORKER_GROUP, NETWORK_WORKER_GROUP, PACKET_MARKER, PACKET_RECEIVED_MARKER, PACKET_SENT_MARKER, ROOT_MARKER
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class net.minecraft.network.Connectionchannel, channelActive, channelInactive, channelRead0, configureInMemoryPipeline, configurePacketHandler, configureSerialization, connect, connectToLocalServer, connectToServer, disconnect, exceptionCaught, flushChannel, getAverageReceivedPackets, getAverageSentPackets, getDirection, getDisconnectedReason, getLoggableAddress, getPacketListener, getReceiving, getRemoteAddress, getSending, handleDisconnection, initiateServerboundPlayConnection, initiateServerboundStatusConnection, isConnected, isConnecting, isEncrypted, isMemoryConnection, resumeInboundAfterProtocolChange, runOnceConnected, send, send, send, setBandwidthLogger, setClientboundProtocolAfterHandshake, setEncryptionKey, setInitialProtocolAttributes, setListener, setListenerForServerboundHandshake, setReadOnly, setupCompression, suspendInboundAfterProtocolChange, tickMethods inherited from class io.netty.channel.SimpleChannelInboundHandleracceptInboundMessage, channelReadMethods inherited from class io.netty.channel.ChannelInboundHandlerAdapterchannelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, userEventTriggeredMethods inherited from class io.netty.channel.ChannelHandlerAdapterensureNotSharable, handlerAdded, handlerRemoved, isSharableMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.netty.channel.ChannelHandlerhandlerAdded, handlerRemoved
- 
Field Details- 
LOGGERprivate static final org.slf4j.Logger LOGGER
- 
EXCEED_REASON
- 
rateLimitPacketsPerSecondprivate final int rateLimitPacketsPerSecond
 
- 
- 
Constructor Details- 
RateKickingConnectionpublic RateKickingConnection(int p_130558_) 
 
- 
- 
Method Details- 
tickSecondprotected void tickSecond()- Overrides:
- tickSecondin class- Connection
 
 
-