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