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. |
getFuture
Channel 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 ChannelEvent
Copyright © 2008-2014 The Netty Project. All Rights Reserved.