|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MessageEvent
A ChannelEvent which represents the transmission or reception of a
message. It can mean the notification of a received message or the request
for writing a message, 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 | |
|---|---|
java.lang.Object |
getMessage()
Returns the message. |
java.net.SocketAddress |
getRemoteAddress()
Returns the remote address of the message. |
| Methods inherited from interface org.jboss.netty.channel.ChannelEvent |
|---|
getChannel, getFuture |
| Method Detail |
|---|
java.lang.Object getMessage()
java.net.SocketAddress getRemoteAddress()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||