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

Packages that use ChildChannelStateEvent
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 ChildChannelStateEvent in org.jboss.netty.channel
 

Classes in org.jboss.netty.channel that implement ChildChannelStateEvent
 class DefaultChildChannelStateEvent
          The default ChildChannelStateEvent implementation.
 

Methods in org.jboss.netty.channel with parameters of type ChildChannelStateEvent
 void SimpleChannelHandler.childChannelClosed(ChannelHandlerContext ctx, ChildChannelStateEvent e)
          Invoked when a child Channel was closed.
 void SimpleChannelUpstreamHandler.childChannelClosed(ChannelHandlerContext ctx, ChildChannelStateEvent e)
          Invoked when a child Channel was closed.
 void SimpleChannelHandler.childChannelOpen(ChannelHandlerContext ctx, ChildChannelStateEvent e)
          Invoked when a child Channel was open.
 void SimpleChannelUpstreamHandler.childChannelOpen(ChannelHandlerContext ctx, ChildChannelStateEvent e)
          Invoked when a child Channel was open.
 



Copyright © 2008-2011. All Rights Reserved.