public static class SingleNioLoopProvider.SharedNioEventLoopGroup
extends io.netty.channel.nio.NioEventLoopGroup
| Constructor and Description |
|---|
SharedNioEventLoopGroup() |
SharedNioEventLoopGroup(int threadCount) |
| Modifier and Type | Method and Description |
|---|---|
int |
release() |
int |
retain() |
void |
shutdown()
Deprecated.
|
io.netty.util.concurrent.Future<?> |
shutdownGracefully(long quietPeriod,
long timeout,
java.util.concurrent.TimeUnit unit) |
newChild, rebuildSelectors, setIoRationewDefaultThreadFactory, next, register, registerawaitTermination, children, executorCount, isShutdown, isShuttingDown, isTerminated, iterator, 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, shutdownGracefully, shutdownNow, submit, submit, submit, terminationFuturepublic SharedNioEventLoopGroup()
public SharedNioEventLoopGroup(int threadCount)
public io.netty.util.concurrent.Future<?> shutdownGracefully(long quietPeriod,
long timeout,
java.util.concurrent.TimeUnit unit)
shutdownGracefully in interface io.netty.util.concurrent.EventExecutorGroupshutdownGracefully in class io.netty.util.concurrent.MultithreadEventExecutorGroup@Deprecated public void shutdown()
shutdown in interface io.netty.util.concurrent.EventExecutorGroupshutdown in interface java.util.concurrent.ExecutorServiceshutdown in class io.netty.util.concurrent.MultithreadEventExecutorGrouppublic int retain()
public int release()