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

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

Introduction

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

The text is from its open source code.

Implementation

io.netty.util.Timer has the following implementations.
Click this link to see all its implementation.

Method

TimeoutnewTimeout(TimerTask task, long delay, TimeUnit unit)
Schedules the specified TimerTask for one-time execution after the specified delay.
Setstop()
Releases all resources acquired by this Timer and cancels all tasks which were scheduled but not executed yet.