Uses of Interface
org.cometd.bayeux.server.ServerSession.ServerSessionListener
-
Packages that use ServerSession.ServerSessionListener Package Description org.cometd.bayeux.server -
-
Uses of ServerSession.ServerSessionListener in org.cometd.bayeux.server
Subinterfaces of ServerSession.ServerSessionListener in org.cometd.bayeux.server Modifier and Type Interface Description static interfaceServerSession.DeQueueListenerListeners objects that implement this interface will be notified when the session queue is being drained to actually deliver the messages.static interfaceServerSession.MaxQueueListenerListeners objects that implement this interface will be notified when the session queue is full.static interfaceServerSession.MessageListenerListeners objects that implement this interface will be notified of message sending.static interfaceServerSession.QueueListenerListener objects that implement this interface will be notified when a message is queued in the session queue.static interfaceServerSession.RemoveListenerListeners objects that implement this interface will be notified of session removal.Methods in org.cometd.bayeux.server with parameters of type ServerSession.ServerSessionListener Modifier and Type Method Description voidServerSession. addListener(ServerSession.ServerSessionListener listener)Adds the given listener to this session.voidServerSession. removeListener(ServerSession.ServerSessionListener listener)Removes the given listener from this session.
-