Uses of Interface
io.netty.channel.IoEventLoop
Packages that use IoEventLoop
Package
Description
The core channel API which is asynchronous and event-driven abstraction of
various transports such as a
NIO Channel.
Optimized transport for linux which uses EPOLL Edge-Triggered Mode
for maximal performance.
BSD specific transport.
NIO-based channel
API implementation - recommended for a large number of connections (>= 1000).
-
Uses of IoEventLoop in io.netty.channel
Classes in io.netty.channel that implement IoEventLoopModifier and TypeClassDescriptionclassIoEventLoopimplementation that is owned by the user and so needs to be driven by the user manually with the givenThread.classIoEventLoopimplementation that execute all its submitted tasks in a single thread using the providedIoHandler.Methods in io.netty.channel that return IoEventLoopModifier and TypeMethodDescriptionprotected IoEventLoopMultiThreadIoEventLoopGroup.newChild(Executor executor, IoHandlerFactory ioHandlerFactory, Object... args) default IoEventLoopIoEventLoop.next()IoEventLoopGroup.next()MultiThreadIoEventLoopGroup.next()SingleThreadIoEventLoop.next() -
Uses of IoEventLoop in io.netty.channel.epoll
Classes in io.netty.channel.epoll that implement IoEventLoopMethods in io.netty.channel.epoll that return IoEventLoopModifier and TypeMethodDescriptionprotected IoEventLoopEpollEventLoopGroup.newChild(Executor executor, IoHandlerFactory ioHandlerFactory, Object... args) Deprecated. -
Uses of IoEventLoop in io.netty.channel.kqueue
Methods in io.netty.channel.kqueue that return IoEventLoopModifier and TypeMethodDescriptionprotected IoEventLoopKQueueEventLoopGroup.newChild(Executor executor, IoHandlerFactory ioHandlerFactory, Object... args) Deprecated. -
Uses of IoEventLoop in io.netty.channel.nio
Classes in io.netty.channel.nio that implement IoEventLoopModifier and TypeClassDescriptionfinal classDeprecated.UseSingleThreadIoEventLoopwithNioIoHandlerMethods in io.netty.channel.nio that return IoEventLoopModifier and TypeMethodDescriptionprotected IoEventLoopNioEventLoopGroup.newChild(Executor executor, IoHandlerFactory ioHandlerFactory, Object... args) Deprecated.
SingleThreadIoEventLoopwithEpollIoHandler