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

Uses of Message in org.atmosphere.samples.chat
 

Methods in org.atmosphere.samples.chat that return Message
 Message JacksonDecoder.decode(String s)
           
 Message Chat.onMessage(Message message)
          Simple annotated class that demonstrate how Encoder and {@link org.atmosphere.config.managed.Decoder can be used.
 

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



Copyright © 2013. All Rights Reserved.