public class SharedNioEventLoopGroup
extends io.netty.channel.nio.NioEventLoopGroup
| Modifier and Type | Method and Description |
|---|---|
static void |
forceShutdown() |
static SharedNioEventLoopGroup |
getInstance(int numThreads) |
io.netty.util.concurrent.Future<?> |
shutdownGracefully() |
io.netty.util.concurrent.Future<?> |
shutdownGracefully(long l,
long l2,
TimeUnit timeUnit) |
io.netty.util.concurrent.Future<?> |
terminationFuture() |
newChild, rebuildSelectors, setIoRationewDefaultThreadFactory, next, register, register, registerawaitTermination, executorCount, isShutdown, isShuttingDown, isTerminated, iterator, shutdownexecute, invokeAll, invokeAll, invokeAny, invokeAny, schedule, schedule, scheduleAtFixedRate, scheduleWithFixedDelay, shutdownNow, submit, submit, submitclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisShuttingDown, iterator, schedule, schedule, scheduleAtFixedRate, scheduleWithFixedDelay, shutdown, shutdownNow, submit, submit, submitawaitTermination, invokeAll, invokeAll, invokeAny, invokeAny, isShutdown, isTerminatedforEach, spliteratorpublic static void forceShutdown()
public static SharedNioEventLoopGroup getInstance(int numThreads)
public io.netty.util.concurrent.Future<?> terminationFuture()
terminationFuture in interface io.netty.util.concurrent.EventExecutorGroupterminationFuture in class io.netty.util.concurrent.MultithreadEventExecutorGrouppublic io.netty.util.concurrent.Future<?> shutdownGracefully()
shutdownGracefully in interface io.netty.util.concurrent.EventExecutorGroupshutdownGracefully in class io.netty.util.concurrent.AbstractEventExecutorGrouppublic io.netty.util.concurrent.Future<?> shutdownGracefully(long l,
long l2,
TimeUnit timeUnit)
shutdownGracefully in interface io.netty.util.concurrent.EventExecutorGroupshutdownGracefully in class io.netty.util.concurrent.MultithreadEventExecutorGroupCopyright © 2018 JBoss by Red Hat. All rights reserved.