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
|
newChild
newDefaultThreadFactory, next, register, register, register
awaitTermination, executorCount, isShutdown, isShuttingDown, isTerminated, iterator, shutdown, shutdownGracefully, terminationFuture
execute, invokeAll, invokeAll, invokeAny, invokeAny, schedule, schedule, scheduleAtFixedRate, scheduleWithFixedDelay, shutdownGracefully, shutdownNow, submit, submit, submit
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isShuttingDown, iterator, schedule, schedule, scheduleAtFixedRate, scheduleWithFixedDelay, shutdown, shutdownGracefully, shutdownGracefully, shutdownNow, submit, submit, submit, terminationFuture
awaitTermination, invokeAll, invokeAll, invokeAny, invokeAny, isShutdown, isTerminated
forEach, spliterator
public LocalEventLoopGroup()
public LocalEventLoopGroup(int nThreads)
nThreads
- the number of threads to usepublic LocalEventLoopGroup(int nThreads, ThreadFactory threadFactory)
nThreads
- the number of threads to usethreadFactory
- the ThreadFactory
or null
to use the defaultCopyright © 2008–2017 The Netty Project. All rights reserved.