| Package | Description |
|---|---|
| org.cometd.bayeux.server |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
BayeuxServer.ChannelListener
Specialized listener for
ServerChannel events. |
| Modifier and Type | Class and Description |
|---|---|
static class |
ConfigurableServerChannel.Initializer.Persistent
Utility class that initializes channels to be persistent
|
| Modifier and Type | Method and Description |
|---|---|
MarkedReference<ServerChannel> |
BayeuxServer.createChannelIfAbsent(java.lang.String channelName,
ConfigurableServerChannel.Initializer... initializers)
Creates a
ServerChannel and initializes it atomically if the
channel does not exist, or returns it if it already exists. |
Copyright © 2008–2019 The CometD Project. All rights reserved.