Uses of Interface
org.cometd.bayeux.server.ServerSession.Extension
Packages that use ServerSession.Extension
-
Uses of ServerSession.Extension in org.cometd.bayeux.server
Methods in org.cometd.bayeux.server that return types with arguments of type ServerSession.ExtensionMethods in org.cometd.bayeux.server with parameters of type ServerSession.ExtensionModifier and TypeMethodDescriptionvoid
ServerSession.addExtension
(ServerSession.Extension extension) Adds the given extension to this session.void
ServerSession.removeExtension
(ServerSession.Extension extension) Removes the given extension from this session. -
Uses of ServerSession.Extension in org.cometd.server
Methods in org.cometd.server that return types with arguments of type ServerSession.ExtensionMethods in org.cometd.server with parameters of type ServerSession.ExtensionModifier and TypeMethodDescriptionvoid
ServerSessionImpl.addExtension
(ServerSession.Extension extension) void
ServerSessionImpl.removeExtension
(ServerSession.Extension extension) -
Uses of ServerSession.Extension in org.cometd.server.ext
Classes in org.cometd.server.ext that implement ServerSession.ExtensionModifier and TypeClassDescriptionclass
Tracks the batch id of messages sent to a client.static class
Monitors the activity of a singleServerSession
, disconnecting it when the max inactivity period is exceeded.class
An extension that encodes/decodes binary data for aServerSession
.Methods in org.cometd.server.ext that return ServerSession.ExtensionModifier and TypeMethodDescriptionprotected ServerSession.Extension
ActivityExtension.newSessionExtension
(ServerSession session, ServerMessage handshake) Creates a newServerSession.Extension
that monitors the activity of the givenServerSession