Package org.cometd.server.ext
-
Interface Summary Interface Description AcknowledgedMessagesExtension.Listener A listener for acknowledgement events. -
Class Summary Class Description AcknowledgedMessagesExtension Installing this extension in aBayeuxServer
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 ofServerSession
s and disconnects them after a period of inactivity.ActivityExtension.SessionExtension Monitors the activity of a singleServerSession
, disconnecting it when the max inactivity period is exceeded.BatchArrayQueue<T> BinaryExtension A server extension that encodesbyte[]
orByteBuffer
into aBinaryData
object using theZ85
format for outgoing messages, and decodesBinaryData
objects back intobyte[]
orByteBuffer
for incoming messages.BinarySessionExtension An extension that encodes/decodes binary data for aServerSession
.TimestampExtension TimesyncExtension Timesync extension (server side). -
Enum Summary Enum Description ActivityExtension.Activity The possible activity to monitor