The Netty Project 3.2.5.Final

Uses of Class
org.jboss.netty.channel.ChannelPipelineException

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 AbstractChannelSink.exceptionCaught(ChannelPipeline pipeline, ChannelEvent event, ChannelPipelineException cause)
          Sends an ExceptionEvent upstream with the specified cause.
 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.
 


The Netty Project 3.2.5.Final

Copyright © 2008-2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.