Example usage for Java io.netty.util Timeout fields, constructors, methods, implement or subclass
The text is from its open source code.
boolean | cancel() Attempts to cancel the TimerTask associated with this handle. |
boolean | isCancelled() Returns true if and only if the TimerTask associated with this handle has been cancelled. |
boolean | isExpired() Returns true if and only if the TimerTask associated with this handle has been expired. |
TimerTask | task() Returns the TimerTask which is associated with this handle. |
Timer | timer() Returns the Timer that created this handle. |