|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ChannelPipelineException | |
|---|---|
| org.jboss.netty.channel | The core channel API which is asynchronous and event-driven abstraction of various transports such as a NIO Channel. |
| Uses of ChannelPipelineException in org.jboss.netty.channel |
|---|
| Methods in org.jboss.netty.channel with parameters of type ChannelPipelineException | |
|---|---|
void |
ChannelSink.exceptionCaught(ChannelPipeline pipeline,
ChannelEvent e,
ChannelPipelineException cause)
Invoked by ChannelPipeline when an exception was raised while
one of its ChannelHandlers process a ChannelEvent. |
void |
AbstractChannelSink.exceptionCaught(ChannelPipeline pipeline,
ChannelEvent event,
ChannelPipelineException cause)
Sends an ExceptionEvent upstream with the specified
cause. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||