Uses of Class
org.jboss.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.
Adds support for read and write timeout and idle connection notification
using a
Timer.-
Uses of ChannelException in org.jboss.netty.channel
Subclasses of ChannelException in org.jboss.netty.channelModifier and TypeClassDescriptionclassAChannelExceptionwhich is thrown when aChannelPipelinefailed to process aChannelEventor when aChannelPipelineFactoryfailed to initialize aChannelPipeline. -
Uses of ChannelException in org.jboss.netty.handler.timeout
Subclasses of ChannelException in org.jboss.netty.handler.timeoutModifier and TypeClassDescriptionclassATimeoutExceptionraised byReadTimeoutHandlerwhen no data was read within a certain period of time.classATimeoutExceptionwhen no data was either read or written within a certain period of time.classATimeoutExceptionraised byWriteTimeoutHandlerwhen no data was written within a certain period of time.