org.atmosphere.samples.chat
Class Chat
java.lang.Object
org.atmosphere.samples.chat.Chat
@ManagedService(path="/chat")
public class Chat
- extends Object
|
Constructor Summary |
Chat()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Chat
public Chat()
onOpen
public void onOpen(AtmosphereResource r)
onMessage
public String onMessage(String message)
throws IOException
- Throws:
IOException
Copyright © 2013. All Rights Reserved.