public interface EventLoopAwareNettyIoExecutor extends NettyIoExecutor
NettyIoExecutor
that exposes the underlying netty EventLoopGroup
.Modifier and Type | Method and Description |
---|---|
io.netty.channel.EventLoopGroup |
eventLoopGroup()
Returns the underlying
EventLoopGroup . |
boolean |
isCurrentThreadEventLoop()
Checks if the calling thread is an I/O thread manager by this
NettyIoExecutor . |
EventLoopAwareNettyIoExecutor |
next()
Returns a
EventLoopAwareNettyIoExecutor that is tied to a single EventLoop and not a
EventLoopGroup . |
asExecutor
isFileDescriptorSocketAddressSupported, isUnixDomainSocketSupported
onClose
closeAsync, closeAsyncGracefully
boolean isCurrentThreadEventLoop()
NettyIoExecutor
.true
if the calling thread is an I/O thread manager by this NettyIoExecutor
.io.netty.channel.EventLoopGroup eventLoopGroup()
EventLoopGroup
.EventLoopGroup
used by this EventLoopAwareNettyIoExecutor
.EventLoopAwareNettyIoExecutor next()
EventLoopAwareNettyIoExecutor
that is tied to a single EventLoop
and not a
EventLoopGroup
.EventLoopAwareNettyIoExecutor
that is tied to a single EventLoop
and not a
EventLoopGroup
.