org.jboss.netty.channel
接口 ChildChannelStateEvent

所有超级接口:
ChannelEvent
所有已知实现类:
DefaultChildChannelStateEvent

public interface ChildChannelStateEvent
extends ChannelEvent

一个表示一个子Channel状态通知的ChannelEvent.该事件只用于上游.请参考ChannelEvent文档了解什么是上游事件和下游事件以及它们之间的区别.


方法摘要
 Channel getChannel()
          返回关联该事件的Channel.请注意你必须使用getChildChannel()去获得由父Channel创建或接收的Channel.
 Channel getChildChannel()
          返回状态已经改变的子Channel.
 
从接口 org.jboss.netty.channel.ChannelEvent 继承的方法
getFuture
 

方法详细信息

getChannel

Channel getChannel()
返回关联该事件的Channel.请注意你必须使用getChildChannel()去获得由父Channel创建或接收的Channel.

指定者:
接口 ChannelEvent 中的 getChannel

getChildChannel

Channel getChildChannel()
返回状态已经改变的子Channel.