Uses of Class
io.netty.channel.ChannelException
Packages that use ChannelException
Package
Description
The core channel API which is asynchronous and event-driven abstraction of
various transports such as a
NIO Channel.
A channel registry which helps a user maintain the list of open
Channel
s and perform bulk operations on them.Adds support for read and write timeout and idle connection notification
using a
Timer
.-
Uses of ChannelException in io.netty.channel
Subclasses of ChannelException in io.netty.channelModifier and TypeClassDescriptionprivate static final class
class
AChannelException
which is thrown when aChannelPipeline
failed to execute an operation.class
SpecialChannelException
which will be thrown byEventLoop
andEventLoopGroup
implementations when an error occurs.Fields in io.netty.channel declared as ChannelExceptionModifier and TypeFieldDescriptionprivate final ChannelException
ThreadPerChannelEventLoopGroup.tooManyChannels
Deprecated.Methods in io.netty.channel that return ChannelException -
Uses of ChannelException in io.netty.channel.group
Subclasses of ChannelException in io.netty.channel.groupModifier and TypeClassDescriptionclass
ChannelException
which holdsChannelFuture
s that failed because of an error. -
Uses of ChannelException in io.netty.handler.timeout
Subclasses of ChannelException in io.netty.handler.timeoutModifier and TypeClassDescriptionfinal class
ATimeoutException
raised byReadTimeoutHandler
when no data was read within a certain period of time.class
ATimeoutException
when no data was either read or written within a certain period of time.final class
ATimeoutException
raised byWriteTimeoutHandler
when a write operation cannot finish in a certain period of time.