public static class SingleNioLoopProvider.SharedNioEventLoopGroup
extends io.netty.channel.nio.NioEventLoopGroup
Constructor and Description |
---|
SingleNioLoopProvider.SharedNioEventLoopGroup() |
SingleNioLoopProvider.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, setIoRatio
newDefaultThreadFactory, next, register, register
awaitTermination, children, executorCount, isShutdown, isShuttingDown, isTerminated, iterator, 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, shutdownGracefully, shutdownNow, submit, submit, submit, terminationFuture
public SingleNioLoopProvider.SharedNioEventLoopGroup()
public SingleNioLoopProvider.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.EventExecutorGroup
shutdownGracefully
in class io.netty.util.concurrent.MultithreadEventExecutorGroup
@Deprecated public void shutdown()
shutdown
in interface io.netty.util.concurrent.EventExecutorGroup
shutdown
in interface java.util.concurrent.ExecutorService
shutdown
in class io.netty.util.concurrent.MultithreadEventExecutorGroup
public int retain()
public int release()