Java io.netty.channel.kqueue KQueueEventLoopGroup fields, constructors, methods, implement or subclass

Example usage for Java io.netty.channel.kqueue KQueueEventLoopGroup fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Constructor

KQueueEventLoopGroup(int nThreads, SelectStrategyFactory selectStrategyFactory)
Create a new instance using the specified number of threads and the default ThreadFactory .
KQueueEventLoopGroup(int nThreads, ThreadFactory threadFactory)
Create a new instance using the specified number of threads and the given ThreadFactory .
KQueueEventLoopGroup(int nThreads, Executor executor)

Method

voidsetIoRatio(int ioRatio)
Sets the percentage of the desired amount of time spent for I/O in the child event loops.