Uses of Interface
net.gleamynode.netty2.Message

Uses of Message in net.gleamynode.netty2
 

Methods in net.gleamynode.netty2 that return Message
 Message Session.getReadingMessage()
          Returns the Messagethat is being read now.
 Message Session.getWritingMessage()
          Returns the Messagethat is being written now.
 Message MessageRecognizer.recognize(ByteBuffer buffer)
          Converts ByteBufferinto Message.
 

Methods in net.gleamynode.netty2 with parameters of type Message
 void Session.fireMessageReceived(Message m)
          Fires 'messageReceived' event to registered SessionListeners.
 void Session.fireMessageSent(Message m)
          Fires 'messageSent' event to registered SessionListeners.
 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.
 



Copyright © 2004-2008 Trustin Lee. All Rights Reserved.