Uses of Interface
net.gleamynode.netty2.Message

Uses of Message in net.gleamynode.netty2
 

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

Methods in net.gleamynode.netty2 with parameters of type Message
 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.
 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.
 



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