public class SharedEventLoopGroup extends DelegatingEventLoopGroup
| Modifier and Type | Method and Description |
|---|---|
static void |
forceShutdown() |
static SharedEventLoopGroup |
getInstance(Function<ThreadFactory,io.netty.channel.EventLoopGroup> eventLoopGroupSupplier) |
io.netty.util.concurrent.Future<?> |
shutdownGracefully() |
io.netty.util.concurrent.Future<?> |
shutdownGracefully(long l,
long l2,
TimeUnit timeUnit) |
io.netty.util.concurrent.Future<?> |
terminationFuture() |
awaitTermination, execute, forEach, invokeAll, invokeAll, invokeAny, invokeAny, isShutdown, isShuttingDown, isTerminated, iterator, next, register, register, register, schedule, schedule, scheduleAtFixedRate, scheduleWithFixedDelay, shutdown, shutdownNow, spliterator, submit, submit, submitpublic static void forceShutdown()
public static SharedEventLoopGroup getInstance(Function<ThreadFactory,io.netty.channel.EventLoopGroup> eventLoopGroupSupplier)
public io.netty.util.concurrent.Future<?> terminationFuture()
terminationFuture in interface io.netty.util.concurrent.EventExecutorGroupterminationFuture in class DelegatingEventLoopGrouppublic io.netty.util.concurrent.Future<?> shutdownGracefully()
shutdownGracefully in interface io.netty.util.concurrent.EventExecutorGroupshutdownGracefully in class DelegatingEventLoopGrouppublic io.netty.util.concurrent.Future<?> shutdownGracefully(long l,
long l2,
TimeUnit timeUnit)
shutdownGracefully in interface io.netty.util.concurrent.EventExecutorGroupshutdownGracefully in class DelegatingEventLoopGroupCopyright © 2019 JBoss by Red Hat. All rights reserved.