Uses of Interface
org.cometd.bayeux.server.BayeuxServer.Extension
Packages that use BayeuxServer.Extension
-
Uses of BayeuxServer.Extension in org.cometd.bayeux.server
Methods in org.cometd.bayeux.server that return types with arguments of type BayeuxServer.ExtensionMethods in org.cometd.bayeux.server with parameters of type BayeuxServer.ExtensionModifier 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
Methods in org.cometd.server that return types with arguments of type BayeuxServer.ExtensionMethods in org.cometd.server with parameters of type BayeuxServer.ExtensionModifier and TypeMethodDescriptionvoid
BayeuxServerImpl.addExtension
(BayeuxServer.Extension extension) void
BayeuxServerImpl.removeExtension
(BayeuxServer.Extension extension) -
Uses of BayeuxServer.Extension in org.cometd.server.ext
Classes in org.cometd.server.ext that implement BayeuxServer.ExtensionModifier 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).