Uses of Interface
org.jboss.netty.channel.ExceptionEvent

Packages that use ExceptionEvent
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.frame Extensible decoder and its common implementations which deal with the packet fragmentation and reassembly issue found in a stream-based transport such as TCP/IP. 
org.jboss.netty.handler.codec.replay Specialized variation of FrameDecoder which enables implementation of a non-blocking decoder in the blocking I/O paradigm. 
org.jboss.netty.handler.queue The special-purpose handlers that store an event into an internal queue instead of propagating the event immediately. 
org.jboss.netty.handler.ssl SSL · TLS implementation based on SSLEngine 
 

Uses of ExceptionEvent in org.jboss.netty.channel
 

Classes in org.jboss.netty.channel that implement ExceptionEvent
 class DefaultExceptionEvent
          The default ExceptionEvent implementation.
 

Methods in org.jboss.netty.channel with parameters of type ExceptionEvent
 void SimpleChannelUpstreamHandler.exceptionCaught(ChannelHandlerContext ctx, ExceptionEvent e)
          Invoked when an exception was raised by an I/O thread or a ChannelHandler.
 void SimpleChannelHandler.exceptionCaught(ChannelHandlerContext ctx, ExceptionEvent e)
          Invoked when an exception was raised by an I/O thread or a ChannelHandler.
 

Uses of ExceptionEvent in org.jboss.netty.handler.codec.frame
 

Methods in org.jboss.netty.handler.codec.frame with parameters of type ExceptionEvent
 void FrameDecoder.exceptionCaught(ChannelHandlerContext ctx, ExceptionEvent e)
           
 

Uses of ExceptionEvent in org.jboss.netty.handler.codec.replay
 

Methods in org.jboss.netty.handler.codec.replay with parameters of type ExceptionEvent
 void ReplayingDecoder.exceptionCaught(ChannelHandlerContext ctx, ExceptionEvent e)
           
 

Uses of ExceptionEvent in org.jboss.netty.handler.queue
 

Methods in org.jboss.netty.handler.queue with parameters of type ExceptionEvent
 void BlockingReadHandler.exceptionCaught(ChannelHandlerContext ctx, ExceptionEvent e)
           
 

Uses of ExceptionEvent in org.jboss.netty.handler.ssl
 

Methods in org.jboss.netty.handler.ssl with parameters of type ExceptionEvent
 void SslHandler.exceptionCaught(ChannelHandlerContext ctx, ExceptionEvent e)
           
 



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