Uses of Class
org.jboss.netty.channel.ChannelPipelineException
Packages that use ChannelPipelineException
Package
Description
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 ChannelPipelineExceptionModifier and TypeMethodDescriptionvoidAbstractChannelSink.exceptionCaught(ChannelPipeline pipeline, ChannelEvent event, ChannelPipelineException cause) Sends anExceptionEventupstream with the specifiedcause.voidChannelSink.exceptionCaught(ChannelPipeline pipeline, ChannelEvent e, ChannelPipelineException cause) Invoked byChannelPipelinewhen an exception was raised while one of itsChannelHandlers process aChannelEvent.