Uses of Interface
org.cometd.bayeux.server.ServerSession.ServerSessionListener
Packages that use ServerSession.ServerSessionListener
Package
Description
-
Uses of ServerSession.ServerSessionListener in org.cometd.bayeux.server
Subinterfaces of ServerSession.ServerSessionListener in org.cometd.bayeux.serverModifier and TypeInterfaceDescriptionstatic interfaceListener objects that implement this interface will be notified of session addition.static interfaceListeners objects that implement this interface will be notified when the session queue is being drained to actually deliver the messages.static interfaceListeners objects that implement this interface will be notified when a/meta/connectmessage is suspended by the server, and when it is subsequently resumed.static interfaceListeners objects that implement this interface will be notified of message sending.static interfaceListener objects that implement this interface will be notified when a message is queued in the session queue.static interfaceListeners objects that implement this interface will be notified when the session queue is full.static interfaceListeners objects that implement this interface will be notified of session removal.Methods in org.cometd.bayeux.server with parameters of type ServerSession.ServerSessionListenerModifier and TypeMethodDescriptionvoidServerSession.addListener(ServerSession.ServerSessionListener listener) Adds the given listener to this session.voidServerSession.removeListener(ServerSession.ServerSessionListener listener) Removes the given listener from this session. -
Uses of ServerSession.ServerSessionListener in org.cometd.oort
Classes in org.cometd.oort that implement ServerSession.ServerSessionListenerModifier and TypeClassDescriptionprotected classA Location that represent a user connected to a local comet. -
Uses of ServerSession.ServerSessionListener in org.cometd.server
Methods in org.cometd.server that return types with arguments of type ServerSession.ServerSessionListenerMethods in org.cometd.server with parameters of type ServerSession.ServerSessionListenerModifier and TypeMethodDescriptionvoidServerSessionImpl.addListener(ServerSession.ServerSessionListener listener) voidServerSessionImpl.removeListener(ServerSession.ServerSessionListener listener) -
Uses of ServerSession.ServerSessionListener in org.cometd.server.ext
Classes in org.cometd.server.ext that implement ServerSession.ServerSessionListenerModifier and TypeClassDescriptionclassTracks the batch id of messages sent to a client.