Package org.cometd.server.ext
package org.cometd.server.ext
-
Interface Summary
-
Class SummaryClassDescriptionInstalling this extension in a
BayeuxServer
provides support for server-to-client message acknowledgement if a client also supports it.Tracks the batch id of messages sent to a client.Monitors the activity ofServerSession
s and disconnects them after a period of inactivity.Monitors the activity of a singleServerSession
, disconnecting it when the max inactivity period is exceeded.A server extension that encodesbyte[]
orByteBuffer
into aBinaryData
object using theZ85
format for outgoing messages, and decodesBinaryData
objects back intobyte[]
orByteBuffer
for incoming messages.An extension that encodes/decodes binary data for aServerSession
.Timesync extension (server side). -
Enum Summary