Uses of Interface
io.netty.channel.IoHandler
-
Packages that use IoHandler Package Description io.netty.channel The core channel API which is asynchronous and event-driven abstraction of various transports such as a NIO Channel.io.netty.channel.local A virtual transport that enables the communication between the two parties in the same virtual machine.io.netty.channel.nio NIO-based channel API implementation - recommended for a large number of connections (>= 1000). -
-
Uses of IoHandler in io.netty.channel
Methods in io.netty.channel that return IoHandler Modifier and Type Method Description protected IoHandlerSingleThreadIoEventLoop. ioHandler()IoHandlerIoHandlerFactory. newHandler(io.netty.util.concurrent.ThreadAwareExecutor ioExecutor)Creates a newIoHandlerinstance.Method parameters in io.netty.channel with type arguments of type IoHandler Modifier and Type Method Description booleanIoEventLoop. isIoType(Class<? extends IoHandler> handlerType)default booleanIoEventLoopGroup. isIoType(Class<? extends IoHandler> handlerType)booleanManualIoEventLoop. isIoType(Class<? extends IoHandler> handlerType)booleanSingleThreadIoEventLoop. isIoType(Class<? extends IoHandler> handlerType) -
Uses of IoHandler in io.netty.channel.local
Classes in io.netty.channel.local that implement IoHandler Modifier and Type Class Description classLocalIoHandler -
Uses of IoHandler in io.netty.channel.nio
Classes in io.netty.channel.nio that implement IoHandler Modifier and Type Class Description classNioIoHandler
-