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 aBayeuxServerprovides 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 ofServerSessions 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[]orByteBufferinto aBinaryDataobject using theZ85format for outgoing messages, and decodesBinaryDataobjects back intobyte[]orByteBufferfor 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