Java io.netty.util Timeout fields, constructors, methods, implement or subclass

Example usage for Java io.netty.util Timeout fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for io.netty.util Timeout.

The text is from its open source code.

Method

booleancancel()
Attempts to cancel the TimerTask associated with this handle.
booleanisCancelled()
Returns true if and only if the TimerTask associated with this handle has been cancelled.
booleanisExpired()
Returns true if and only if the TimerTask associated with this handle has been expired.
TimerTasktask()
Returns the TimerTask which is associated with this handle.
Timertimer()
Returns the Timer that created this handle.