|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Message in net.gleamynode.netty2 |
---|
Methods in net.gleamynode.netty2 that return Message | |
---|---|
Message |
Session.getReadingMessage()
Returns the Message that is being read now. |
Message |
Session.getWritingMessage()
Returns the Message that is being written now. |
Message |
MessageRecognizer.recognize(ByteBuffer buffer)
Converts ByteBuffer into Message . |
Methods in net.gleamynode.netty2 with parameters of type Message | |
---|---|
void |
Session.fireMessageReceived(Message m)
Fires ' messageReceived ' event to registered
SessionListener s. |
void |
Session.fireMessageSent(Message m)
Fires ' messageSent ' event to registered
SessionListener s. |
void |
SessionListener.messageReceived(Session session,
Message message)
Invoked when a message has arrived. |
void |
SessionListener.messageSent(Session session,
Message message)
Invoked when a message has been sent. |
boolean |
Session.write(Message message)
Writes the specified message to the socket channel. |
boolean |
Session.write(Message message,
long timeout)
Writes the specified message to the socket channel. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |