| AcknowledgedMessagesExtension |
Installing this extension in a BayeuxServer provides support for
server-to-client message acknowledgement if a client also supports it.
|
| AcknowledgedMessagesSessionExtension |
Tracks the batch id of messages sent to a client.
|
| ActivityExtension |
Monitors the activity of ServerSessions and disconnects them after a period of inactivity.
|
| ActivityExtension.SessionExtension |
Monitors the activity of a single ServerSession, disconnecting it
when the max inactivity period is exceeded.
|
| BatchArrayQueue<T> |
|
| 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.
|
| BinarySessionExtension |
An extension that encodes/decodes binary data for a ServerSession.
|
| TimestampExtension |
|
| TimesyncExtension |
Timesync extension (server side).
|