Package | Description |
---|---|
org.cometd.bayeux.server | |
org.cometd.server | |
org.cometd.server.ext |
Modifier and Type | Method and Description |
---|---|
List<BayeuxServer.Extension> |
BayeuxServer.getExtensions() |
Modifier and Type | Method and Description |
---|---|
void |
BayeuxServer.addExtension(BayeuxServer.Extension extension)
Adds the given extension to this Bayeux object.
|
void |
BayeuxServer.removeExtension(BayeuxServer.Extension extension)
Removes the given extension from this Bayeux object.
|
Modifier and Type | Method and Description |
---|---|
List<BayeuxServer.Extension> |
BayeuxServerImpl.getExtensions() |
Modifier and Type | Method and Description |
---|---|
void |
BayeuxServerImpl.addExtension(BayeuxServer.Extension extension) |
void |
BayeuxServerImpl.removeExtension(BayeuxServer.Extension extension) |
Modifier and Type | Class and Description |
---|---|
class |
AcknowledgedMessagesExtension
Installing this extension in a
BayeuxServer provides support for
server-to-client message acknowledgement if a client also supports it. |
class |
ActivityExtension
Monitors the activity of
ServerSession s and disconnects them after a period of inactivity. |
class |
BinaryExtension
A server extension that encodes
byte[] or ByteBuffer into a BinaryData
object using the Z85 format for outgoing messages, and decodes BinaryData
objects back into byte[] or ByteBuffer for incoming messages. |
class |
TimestampExtension |
class |
TimesyncExtension
Timesync extension (server side).
|
Copyright © 2008–2024 The CometD Project. All rights reserved.