| Constructor and Description |
|---|
ChatService() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
configureChatStarStar(org.cometd.bayeux.server.ConfigurableServerChannel channel) |
protected void |
configureMembers(org.cometd.bayeux.server.ConfigurableServerChannel channel) |
protected void |
configurePrivateChat(org.cometd.bayeux.server.ConfigurableServerChannel channel) |
void |
handleMembership(org.cometd.bayeux.server.ServerSession client,
org.cometd.bayeux.server.ServerMessage message) |
void |
privateChat(org.cometd.bayeux.server.ServerSession client,
org.cometd.bayeux.server.ServerMessage message) |
@Configure(value={"/chat/**","/members/**"}) protected void configureChatStarStar(org.cometd.bayeux.server.ConfigurableServerChannel channel)
@Configure(value="/service/members") protected void configureMembers(org.cometd.bayeux.server.ConfigurableServerChannel channel)
@Listener(value="/service/members") public void handleMembership(org.cometd.bayeux.server.ServerSession client, org.cometd.bayeux.server.ServerMessage message)
@Configure(value="/service/privatechat") protected void configurePrivateChat(org.cometd.bayeux.server.ConfigurableServerChannel channel)
Copyright © 2008–2019 The CometD Project. All rights reserved.