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.限定符和类型 | 方法和说明 |
---|---|
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
在接口中 ChannelEvent