Uses of Class
org.jboss.netty.channel.ChannelPipelineException
-
Packages that use ChannelPipelineException 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.codec.embedder A helper that wraps an encoder or a decoder so that they can be used without doing actual I/O in unit tests or higher level codecs. -
-
Uses of ChannelPipelineException in org.jboss.netty.channel
Methods in org.jboss.netty.channel with parameters of type ChannelPipelineException Modifier and Type Method Description voidAbstractChannelSink. 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.voidDefaultChannelPipeline.DiscardingChannelSink. exceptionCaught(ChannelPipeline pipeline, ChannelEvent e, ChannelPipelineException cause) -
Uses of ChannelPipelineException in org.jboss.netty.handler.codec.embedder
Methods in org.jboss.netty.handler.codec.embedder with parameters of type ChannelPipelineException Modifier and Type Method Description voidAbstractCodecEmbedder.EmbeddedChannelSink. exceptionCaught(ChannelPipeline pipeline, ChannelEvent e, ChannelPipelineException cause)
-