classpublicPriority 2
RateLimitHandler
com.hypixel.hytale.server.core.io.netty.RateLimitHandler
extends ChannelInboundHandlerAdapter
1
Methods
1
Public Methods
4
Fields
1
Constructors
Constants
HytaleLoggerLOGGER= HytaleLogger.forEnclosingClass()
Constructors
public
RateLimitHandler(int maxTokens, int refillRate)Methods
Public Methods (1)
public
void channelRead(ChannelHandlerContext ctx, Object msg)Fields
Private/Package Fields (4)
private
long lastRefillTimeprivate
int maxTokensprivate
int refillRateprivate
int tokensRelated Classes
Used By