Uses of Interface
io.netty.channel.ChannelInboundInvoker
-
Packages that use ChannelInboundInvoker Package Description io.netty.channel The core channel API which is asynchronous and event-driven abstraction of various transports such as a NIO Channel. -
-
Uses of ChannelInboundInvoker in io.netty.channel
Subinterfaces of ChannelInboundInvoker in io.netty.channel Modifier and Type Interface Description interface
ChannelHandlerContext
Enables aChannelHandler
to interact with itsChannelPipeline
and other handlers.interface
ChannelPipeline
A list ofChannelHandler
s which handles or intercepts inbound events and outbound operations of aChannel
.Classes in io.netty.channel that implement ChannelInboundInvoker Modifier and Type Class Description class
DefaultChannelPipeline
The defaultChannelPipeline
implementation.
-