Java io.netty.channel.oio OioEventLoopGroup fields, constructors, methods, implement or subclass

Example usage for Java io.netty.channel.oio OioEventLoopGroup fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Constructor

OioEventLoopGroup()
Create a new OioEventLoopGroup with no limit in place.
OioEventLoopGroup(int maxChannels, Executor executor)
Create a new OioEventLoopGroup .
OioEventLoopGroup(int maxChannels, ThreadFactory threadFactory)
Create a new OioEventLoopGroup .
OioEventLoopGroup(int maxChannels)
Create a new OioEventLoopGroup .

Method