DefaultEventLoopGroup instead.@Deprecated public class LocalEventLoopGroup extends DefaultEventLoopGroup
| Constructor and Description |
|---|
LocalEventLoopGroup()
Deprecated.
Create a new instance with the default number of threads.
|
LocalEventLoopGroup(int nThreads)
Deprecated.
Create a new instance
|
LocalEventLoopGroup(int nThreads,
ThreadFactory threadFactory)
Deprecated.
Create a new instance
|
LocalEventLoopGroup(ThreadFactory threadFactory)
Deprecated.
Create a new instance with the default number of threads and the given
ThreadFactory. |
newChildnewDefaultThreadFactory, next, register, register, registerawaitTermination, executorCount, isShutdown, isShuttingDown, isTerminated, iterator, shutdown, shutdownGracefully, terminationFutureexecute, invokeAll, invokeAll, invokeAny, invokeAny, schedule, schedule, scheduleAtFixedRate, scheduleWithFixedDelay, shutdownGracefully, shutdownNow, submit, submit, submitclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisShuttingDown, iterator, schedule, schedule, scheduleAtFixedRate, scheduleWithFixedDelay, shutdown, shutdownGracefully, shutdownGracefully, shutdownNow, submit, submit, submit, terminationFutureawaitTermination, invokeAll, invokeAll, invokeAny, invokeAny, isShutdown, isTerminatedforEach, spliteratorpublic LocalEventLoopGroup()
public LocalEventLoopGroup(int nThreads)
nThreads - the number of threads to usepublic LocalEventLoopGroup(ThreadFactory threadFactory)
ThreadFactory.threadFactory - the ThreadFactory or null to use the defaultpublic LocalEventLoopGroup(int nThreads,
ThreadFactory threadFactory)
nThreads - the number of threads to usethreadFactory - the ThreadFactory or null to use the defaultCopyright © 2008–2025 The Netty Project. All rights reserved.