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

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

Introduction

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

The text is from its open source code.

Constructor

LocalEventLoopGroup()
Create a new instance with the default number of threads.
LocalEventLoopGroup(int nThreads)
Create a new instance
LocalEventLoopGroup(ThreadFactory threadFactory)
Create a new instance with the default number of threads and the given ThreadFactory .