|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.cometd.server.BayeuxService
org.cometd.examples.ChatService
public class ChatService
| Constructor Summary | |
|---|---|
ChatService(Bayeux bayeux)
|
|
| Method Summary | |
|---|---|
void |
handleMembership(Client client,
Map<String,Object> data)
|
void |
privateChat(Client client,
Map<String,Object> data)
|
| Methods inherited from class org.cometd.server.BayeuxService |
|---|
asyncDoInvoke, exception, getBayeux, getClient, getThreadPool, isSeeOwnPublishes, send, setSeeOwnPublishes, setThreadPool, subscribe |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ChatService(Bayeux bayeux)
| Method Detail |
|---|
public void handleMembership(Client client,
Map<String,Object> data)
public void privateChat(Client client,
Map<String,Object> data)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||