public interface IoEventLoopGroup extends EventLoopGroup
EventLoopGroup for IoEventLoops.| Modifier and Type | Method and Description |
|---|---|
default boolean |
isCompatible(Class<? extends IoHandle> handleType)
Returns
true if the given type is compatible with this IoEventLoopGroup and so can be registered
to the contained IoEventLoops, false otherwise. |
default boolean |
isIoType(Class<? extends IoHandler> handlerType)
|
IoEventLoop |
next()
Return the next
EventLoop to use |
register, register, registerisShuttingDown, iterator, schedule, schedule, scheduleAtFixedRate, scheduleWithFixedDelay, shutdown, shutdownGracefully, shutdownGracefully, shutdownNow, submit, submit, submit, terminationFutureawaitTermination, invokeAll, invokeAll, invokeAny, invokeAny, isShutdown, isTerminatedforEach, spliteratorIoEventLoop next()
EventLoopGroupEventLoop to usenext in interface io.netty.util.concurrent.EventExecutorGroupnext in interface EventLoopGroupdefault boolean isCompatible(Class<? extends IoHandle> handleType)
true if the given type is compatible with this IoEventLoopGroup and so can be registered
to the contained IoEventLoops, false otherwise.handleType - the type of the IoHandle.Copyright © 2008–2025 The Netty Project. All rights reserved.