|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ChannelStateEvent
A ChannelEvent
which represents the change of the Channel
state. It can mean the notification of a change or the request for a
change, depending on whether it is an upstream event or a downstream event
respectively. 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 | |
---|---|
ChannelState |
getState()
Returns the changed property of the Channel . |
Object |
getValue()
Returns the value of the changed property of the Channel . |
Methods inherited from interface org.jboss.netty.channel.ChannelEvent |
---|
getChannel, getFuture |
Method Detail |
---|
ChannelState getState()
Channel
.
Object getValue()
Channel
.
Please refer to ChannelState
documentation to find out the
allowed values for each property.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |