Example usage for Java io.netty.channel DefaultEventLoopGroup fields, constructors, methods, implement or subclass
The text is from its open source code.
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 |