|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ChannelException | |
---|---|
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 a Timer . |
Uses of ChannelException in org.jboss.netty.channel |
---|
Subclasses of ChannelException in org.jboss.netty.channel | |
---|---|
class |
ChannelPipelineException
A ChannelException which is thrown when a ChannelPipeline
failed to process a ChannelEvent or when a ChannelPipelineFactory
failed to initialize a ChannelPipeline . |
Uses of ChannelException in org.jboss.netty.handler.timeout |
---|
Subclasses of ChannelException in org.jboss.netty.handler.timeout | |
---|---|
class |
ReadTimeoutException
A TimeoutException raised by ReadTimeoutHandler when no data
was read within a certain period of time. |
class |
TimeoutException
A TimeoutException when no data was either read or written within a
certain period of time. |
class |
WriteTimeoutException
A TimeoutException raised by WriteTimeoutHandler when no data
was written within a certain period of time. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |