|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ChildChannelStateEvent
A 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.
| Method Summary | |
|---|---|
Channel |
getChannel()
Returns the parent Channel which is associated
with this event. |
Channel |
getChildChannel()
Returns the child Channel whose state has been changed. |
| Methods inherited from interface org.jboss.netty.channel.ChannelEvent |
|---|
getFuture |
| Method Detail |
|---|
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 ChannelEventChannel getChildChannel()
Channel whose state has been changed.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||