Uses of Class
io.netty5.channel.ChannelException
-
Packages that use ChannelException 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.group A channel registry which helps a user maintain the list of openChannels and perform bulk operations on them. -
-
Uses of ChannelException in io.netty5.channel
Subclasses of ChannelException in io.netty5.channel Modifier and Type Class Description classChannelPipelineExceptionAChannelExceptionwhich is thrown when aChannelPipelinefailed to execute an operation. -
Uses of ChannelException in io.netty5.channel.group
Subclasses of ChannelException in io.netty5.channel.group Modifier and Type Class Description classChannelGroupExceptionChannelExceptionwhich holdsFutures that failed because of an error.
-