Package org.cometd.server.ext
package org.cometd.server.ext
-
ClassDescriptionInstalling this extension in a
BayeuxServerprovides 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 ofServerSessions 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[]orByteBufferinto aBinaryDataobject using theZ85format for outgoing messages, and decodesBinaryDataobjects back intobyte[]orByteBufferfor incoming messages.An extension that encodes/decodes binary data for aServerSession.Timesync extension (server side).