Uses of Interface
org.cometd.bayeux.server.ServerSession.ServerSessionListener
Package
Description
-
Uses of ServerSession.ServerSessionListener in org.cometd.bayeux.server
Modifier and TypeInterfaceDescriptionstatic interface
Listener objects that implement this interface will be notified of session addition.static interface
Listeners objects that implement this interface will be notified when the session queue is being drained to actually deliver the messages.static interface
Listeners objects that implement this interface will be notified when a/meta/connect
message is suspended by the server, and when it is subsequently resumed.static interface
Listeners objects that implement this interface will be notified of message sending.static interface
Listener objects that implement this interface will be notified when a message is queued in the session queue.static interface
Listeners objects that implement this interface will be notified when the session queue is full.static interface
Listeners objects that implement this interface will be notified of session removal.Modifier and TypeMethodDescriptionvoid
ServerSession.addListener
(ServerSession.ServerSessionListener listener) Adds the given listener to this session.void
ServerSession.removeListener
(ServerSession.ServerSessionListener listener) Removes the given listener from this session. -
Uses of ServerSession.ServerSessionListener in org.cometd.oort
Modifier and TypeClassDescriptionprotected class
A Location that represent a user connected to a local comet. -
Uses of ServerSession.ServerSessionListener in org.cometd.server
Modifier and TypeMethodDescriptionvoid
ServerSessionImpl.addListener
(ServerSession.ServerSessionListener listener) void
ServerSessionImpl.removeListener
(ServerSession.ServerSessionListener listener) -
Uses of ServerSession.ServerSessionListener in org.cometd.server.ext
Modifier and TypeClassDescriptionclass
Tracks the batch id of messages sent to a client.