Uses of Class
org.jboss.netty.channel.ChannelException
-
Packages that use ChannelException Package Description org.jboss.netty.channel The core channel API which is asynchronous and event-driven abstraction of various transports such as a NIO Channel.org.jboss.netty.handler.timeout Adds support for read and write timeout and idle connection notification using aTimer
. -
-
Uses of ChannelException in org.jboss.netty.channel
Subclasses of ChannelException in org.jboss.netty.channel Modifier and Type Class Description class
ChannelPipelineException
AChannelException
which is thrown when aChannelPipeline
failed to process aChannelEvent
or when aChannelPipelineFactory
failed to initialize aChannelPipeline
. -
Uses of ChannelException in org.jboss.netty.handler.timeout
Subclasses of ChannelException in org.jboss.netty.handler.timeout Modifier and Type Class Description class
ReadTimeoutException
ATimeoutException
raised byReadTimeoutHandler
when no data was read within a certain period of time.class
TimeoutException
ATimeoutException
when no data was either read or written within a certain period of time.class
WriteTimeoutException
ATimeoutException
raised byWriteTimeoutHandler
when no data was written within a certain period of time.
-