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, submit
public 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.EventExecutorGroup
terminationFuture
in class DelegatingEventLoopGroup
public io.netty.util.concurrent.Future<?> shutdownGracefully()
shutdownGracefully
in interface io.netty.util.concurrent.EventExecutorGroup
shutdownGracefully
in class DelegatingEventLoopGroup
public io.netty.util.concurrent.Future<?> shutdownGracefully(long l, long l2, TimeUnit timeUnit)
shutdownGracefully
in interface io.netty.util.concurrent.EventExecutorGroup
shutdownGracefully
in class DelegatingEventLoopGroup
Copyright © 2018 JBoss by Red Hat. All rights reserved.