Java io.netty.channel.nio NioEventLoop fields, constructors, methods, implement or subclass

Example usage for Java io.netty.channel.nio NioEventLoop fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for io.netty.channel.nio NioEventLoop.

The text is from its open source code.

Method

intgetIoRatio()
Returns the percentage of the desired amount of time spent for I/O in the event loop.
booleanisShutdown()
booleanisShuttingDown()
booleanisTerminated()
intpendingTasks()
ThreadPropertiesthreadProperties()
Returns the ThreadProperties of the Thread that powers the SingleThreadEventExecutor .