Package | Description |
---|---|
org.cometd.bayeux.server | |
org.cometd.examples | |
org.cometd.oort | |
org.cometd.server |
Modifier and Type | Interface and Description |
---|---|
interface |
ServerChannel
Server side representation of a Bayeux channel.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigurableServerChannel.Initializer.configureChannel(ConfigurableServerChannel channel)
Callback invoked when a channel is created and needs to be configured
|
void |
ConfigurableServerChannel.Initializer.Persistent.configureChannel(ConfigurableServerChannel channel) |
Modifier and Type | Method and Description |
---|---|
protected void |
ChatService.configureChatStarStar(ConfigurableServerChannel channel) |
protected void |
ChatService.configureMembers(ConfigurableServerChannel channel) |
protected void |
ChatService.configurePrivateChat(ConfigurableServerChannel channel) |
Modifier and Type | Method and Description |
---|---|
void |
OortObject.configureChannel(ConfigurableServerChannel channel)
Configures the channel used by this oort object.
|
Modifier and Type | Class and Description |
---|---|
class |
ServerChannelImpl |
Copyright © 2008–2024 The CometD Project. All rights reserved.