org.atmosphere.samples.chat
Class Chat

java.lang.Object
  extended by org.atmosphere.samples.chat.Chat

@ManagedService(path="/chat")
public class Chat
extends Object


Nested Class Summary
static class Chat.Data
           
 
Constructor Summary
Chat()
           
 
Method Summary
 String onMessage(String message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Chat

public Chat()
Method Detail

onMessage

public String onMessage(String message)
                 throws IOException
Throws:
IOException


Copyright © 2013. All Rights Reserved.