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

Packages that use Message
org.atmosphere.samples.chat   
 

Uses of Message in org.atmosphere.samples.chat
 

Methods in org.atmosphere.samples.chat that return Message
 Message JacksonDecoder.decode(String s)
           
 Message SockjsChat.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 SockjsChat.onMessage(Message message)
          Simple annotated class that demonstrate how Encoder and {@link org.atmosphere.config.managed.Decoder can be used.
 



Copyright © 2014. All Rights Reserved.