Uses of Interface
org.cometd.bayeux.server.ServerSession.Extension
-
Packages that use ServerSession.Extension Package Description org.cometd.bayeux.server org.cometd.server org.cometd.server.ext -
-
Uses of ServerSession.Extension in org.cometd.bayeux.server
Methods in org.cometd.bayeux.server that return types with arguments of type ServerSession.Extension Modifier and Type Method Description java.util.List<ServerSession.Extension>ServerSession. getExtensions()Methods in org.cometd.bayeux.server with parameters of type ServerSession.Extension Modifier and Type Method Description voidServerSession. addExtension(ServerSession.Extension extension)Adds the given extension to this session.voidServerSession. 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.Extension Modifier and Type Method Description java.util.List<ServerSession.Extension>ServerSessionImpl. getExtensions()Methods in org.cometd.server with parameters of type ServerSession.Extension Modifier and Type Method Description voidServerSessionImpl. addExtension(ServerSession.Extension extension)voidServerSessionImpl. removeExtension(ServerSession.Extension extension) -
Uses of ServerSession.Extension in org.cometd.server.ext
Classes in org.cometd.server.ext that implement ServerSession.Extension Modifier and Type Class Description classAcknowledgedMessagesSessionExtensionTracks the batch id of messages sent to a client.static classActivityExtension.SessionExtensionMonitors the activity of a singleServerSession, disconnecting it when the max inactivity period is exceeded.classBinarySessionExtensionAn extension that encodes/decodes binary data for aServerSession.Methods in org.cometd.server.ext that return ServerSession.Extension Modifier and Type Method Description protected ServerSession.ExtensionActivityExtension. newSessionExtension(ServerSession session, ServerMessage handshake)Creates a newServerSession.Extensionthat monitors the activity of the givenServerSession
-