| Modifier and Type | Method and Description | 
|---|---|
| boolean | cancel()Attempts to cancel the  TimerTaskassociated with this handle. | 
| boolean | isCancelled()Returns  trueif and only if theTimerTaskassociated
 with this handle has been cancelled. | 
| boolean | isExpired()Returns  trueif and only if theTimerTaskassociated
 with this handle has been expired. | 
| TimerTask | task()Returns the  TimerTaskwhich is associated with this handle. | 
| Timer | timer()Returns the  Timerthat created this handle. | 
boolean isExpired()
true if and only if the TimerTask associated
 with this handle has been expired.boolean isCancelled()
true if and only if the TimerTask associated
 with this handle has been cancelled.boolean cancel()
TimerTask associated with this handle.
 If the task has been executed or cancelled already, it will return with
 no side effect.Copyright © 2008–2015 The Netty Project. All rights reserved.