Package org.cometd.server.ext
package org.cometd.server.ext
-
ClassDescriptionInstalling this extension in a
BayeuxServer
provides support for server-to-client message acknowledgement if a client also supports it.A listener for acknowledgement events.Tracks the batch id of messages sent to a client.Monitors the activity ofServerSession
s and disconnects them after a period of inactivity.The possible activity to monitorMonitors 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).