Uses of Class
org.atmosphere.samples.chat.ChatProtocol

Uses of ChatProtocol in org.atmosphere.samples.chat
 

Methods in org.atmosphere.samples.chat that return ChatProtocol
 ChatProtocol ProtocolDecoder.decode(String s)
           
 ChatProtocol ChatRoom.onMessage(ChatProtocol message)
          Simple annotated class that demonstrate how Encoder and {@link org.atmosphere.config.managed.Decoder can be used.
 ChatProtocol ChatRoom.onReady(org.atmosphere.cpr.AtmosphereResource r)
          Invoked when the connection as been fully established and suspended, e.g ready for receiving messages.
 

Methods in org.atmosphere.samples.chat with parameters of type ChatProtocol
 ChatProtocol ChatRoom.onMessage(ChatProtocol message)
          Simple annotated class that demonstrate how Encoder and {@link org.atmosphere.config.managed.Decoder can be used.
 



Copyright © 2014. All Rights Reserved.