org.cometd.demo
Class ChatService
java.lang.Object
org.mortbay.cometd.BayeuxService
org.cometd.demo.ChatService
public class ChatService
- extends BayeuxService
Constructor Summary |
ChatService(org.cometd.Bayeux bayeux)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChatService
public ChatService(org.cometd.Bayeux bayeux)
handleMembership
public void handleMembership(org.cometd.Client client,
Map<String,Object> data)
privateChat
public void privateChat(org.cometd.Client client,
Map<String,Object> data)
Copyright © 1995-2010 Mort Bay Consulting. All Rights Reserved.