public interface ChildChannelStateEvent extends ChannelEvent
ChannelEvent which represents the notification of the state of
 a child Channel.  This event is for going upstream only.  Please
 refer to the ChannelEvent documentation to find out what an upstream
 event and a downstream event are and what fundamental differences they have.| Modifier and Type | Method and Description | 
|---|---|
Channel | 
getChannel()
Returns the parent  
Channel which is associated
 with this event. | 
Channel | 
getChildChannel()
Returns the child  
Channel whose state has been changed. | 
getFutureChannel getChannel()
Channel which is associated
 with this event.  Please note that you should use getChildChannel()
 to get the Channel created or accepted by the parent Channel.getChannel in interface ChannelEventCopyright © 2008-2016 The Netty Project. All Rights Reserved.