Uses of Interface
org.cometd.bayeux.server.ServerSession.Extension
-
Uses of ServerSession.Extension in org.cometd.bayeux.server
Modifier 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
Modifier and TypeMethodDescriptionvoid
ServerSessionImpl.addExtension
(ServerSession.Extension extension) void
ServerSessionImpl.removeExtension
(ServerSession.Extension extension) -
Uses of ServerSession.Extension in org.cometd.server.ext
Modifier 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
.Modifier and TypeMethodDescriptionprotected ServerSession.Extension
ActivityExtension.newSessionExtension
(ServerSession session, ServerMessage handshake) Creates a newServerSession.Extension
that monitors the activity of the givenServerSession