Uses of Interface
org.cometd.bayeux.server.BayeuxServer.Extension
-
Uses of BayeuxServer.Extension in org.cometd.bayeux.server
Modifier and TypeMethodDescriptionvoid
BayeuxServer.addExtension
(BayeuxServer.Extension extension) Adds the given extension to this Bayeux object.void
BayeuxServer.removeExtension
(BayeuxServer.Extension extension) Removes the given extension from this Bayeux object. -
Uses of BayeuxServer.Extension in org.cometd.server
Modifier and TypeMethodDescriptionvoid
BayeuxServerImpl.addExtension
(BayeuxServer.Extension extension) void
BayeuxServerImpl.removeExtension
(BayeuxServer.Extension extension) -
Uses of BayeuxServer.Extension in org.cometd.server.ext
Modifier and TypeClassDescriptionclass
Installing this extension in aBayeuxServer
provides support for server-to-client message acknowledgement if a client also supports it.class
Monitors the activity ofServerSession
s and disconnects them after a period of inactivity.class
A server extension that encodesbyte[]
orByteBuffer
into aBinaryData
object using theZ85
format for outgoing messages, and decodesBinaryData
objects back intobyte[]
orByteBuffer
for incoming messages.class
class
Timesync extension (server side).