|
|||||||||
上一个类 下一个类 | 框架 无框架 | ||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.Object org.jboss.netty.channel.DefaultChildChannelStateEvent
public class DefaultChildChannelStateEvent
ChildChannelStateEvent
的默认实现.
构造方法摘要 | |
---|---|
DefaultChildChannelStateEvent(Channel parentChannel,
Channel childChannel)
创建一个实例. |
方法摘要 | |
---|---|
Channel |
getChannel()
返回关联该事件的父 Channel .请注意你必须使用ChildChannelStateEvent.getChildChannel() 去获得由父Channel 创建或接收的Channel . |
Channel |
getChildChannel()
返回状态已经改变的子 Channel . |
ChannelFuture |
getFuture()
返回关联到该事件的 ChannelFuture . |
java.lang.String |
toString()
|
从类 java.lang.Object 继承的方法 |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
构造方法详细信息 |
---|
public DefaultChildChannelStateEvent(Channel parentChannel, Channel childChannel)
方法详细信息 |
---|
public Channel getChannel()
ChildChannelStateEvent
复制的描述Channel
.请注意你必须使用ChildChannelStateEvent.getChildChannel()
去获得由父Channel
创建或接收的Channel
.
ChannelEvent
中的 getChannel
ChildChannelStateEvent
中的 getChannel
public ChannelFuture getFuture()
ChannelEvent
复制的描述ChannelFuture
. 如果事件是一个上游事件,则该方法会总是返回一个
SucceededChannelFuture
,因为事件已经发生.如果事件是一个下游事件(如.I/O请求),返回的future会在I/O请求成功或失败时收到通知.
ChannelEvent
中的 getFuture
public Channel getChildChannel()
ChildChannelStateEvent
复制的描述Channel
.
ChildChannelStateEvent
中的 getChildChannel
public java.lang.String toString()
java.lang.Object
中的 toString
|
|||||||||
上一个类 下一个类 | 框架 无框架 | ||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |