Top Description Methods
io.netty.util

public Interface TimerTask

Imports
java.util.concurrent.TimeUnit

A task which is executed after the delay specified with Timer#newTimeout(TimerTask, long, TimeUnit).

Method Summary

Modifier and TypeMethod and Description
public void
run(Timeout
a handle which is associated with this task
timeout
)

Executed after the delay specified with Timer#newTimeout(TimerTask, long, TimeUnit).

Method Detail

runback to summary
public void run(Timeout timeout) throws Exception

Executed after the delay specified with Timer#newTimeout(TimerTask, long, TimeUnit).

Parameters
timeout:Timeout

a handle which is associated with this task