Class LatencySimulationHandler.DelayedHandler
java.lang.Object
com.hypixel.hytale.server.core.io.netty.LatencySimulationHandler.DelayedHandler
- All Implemented Interfaces:
Comparable<Delayed>,Runnable,Delayed
- Direct Known Subclasses:
LatencySimulationHandler.DelayedFlush,LatencySimulationHandler.DelayedRead,LatencySimulationHandler.DelayedWrite
- Enclosing class:
LatencySimulationHandler
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final io.netty.channel.ChannelHandlerContextprotected final long -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDelayedHandler(io.netty.channel.ChannelHandlerContext ctx, long executeAtNanos) -
Method Summary
-
Field Details
-
ctx
protected final io.netty.channel.ChannelHandlerContext ctx -
executeAtNanos
protected final long executeAtNanos
-
-
Constructor Details
-
DelayedHandler
protected DelayedHandler(io.netty.channel.ChannelHandlerContext ctx, long executeAtNanos)
-
-
Method Details
-
getDelay
-
compareTo
- Specified by:
compareToin interfaceComparable<Delayed>
-