Uses of Interface
io.netty5.channel.ChannelInboundInvoker
-
Packages that use ChannelInboundInvoker Package Description io.netty5.channel The core channel API which is asynchronous and event-driven abstraction of various transports such as a NIO Channel.io.netty5.channel.internal Internal utilities for channel implementations. -
-
Uses of ChannelInboundInvoker in io.netty5.channel
Subinterfaces of ChannelInboundInvoker in io.netty5.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.netty5.channel that implement ChannelInboundInvoker Modifier and Type Class Description protected static class
AbstractChannel.DefaultAbstractChannelPipeline
class
DefaultChannelPipeline
The defaultChannelPipeline
implementation. -
Uses of ChannelInboundInvoker in io.netty5.channel.internal
Classes in io.netty5.channel.internal that implement ChannelInboundInvoker Modifier and Type Class Description class
DelegatingChannelHandlerContext
-