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

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

Introduction

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

The text is from its open source code.

Constructor

DefaultEventLoopGroup()
Create a new instance with the default number of threads.
DefaultEventLoopGroup(int nThreads)
Create a new instance
DefaultEventLoopGroup(ThreadFactory threadFactory)
Create a new instance with the default number of threads and the given ThreadFactory .
DefaultEventLoopGroup(int nThreads, ThreadFactory threadFactory)
Create a new instance
DefaultEventLoopGroup(int nThreads, Executor executor)
Create a new instance