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 interfaceChannelHandlerContextEnables aChannelHandlerto interact with itsChannelPipelineand other handlers.interfaceChannelPipelineA list ofChannelHandlers 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 classAbstractChannel.DefaultAbstractChannelPipelineclassDefaultChannelPipelineThe defaultChannelPipelineimplementation. -
Uses of ChannelInboundInvoker in io.netty5.channel.internal
Classes in io.netty5.channel.internal that implement ChannelInboundInvoker Modifier and Type Class Description classDelegatingChannelHandlerContext
-