JavaScript is disabled on your browser.
static interface
Listener objects that implement this interface will be notified of session addition.
static interface
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
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.
static interface
void
Adds the given listener to this session.
void
Removes the given listener from this session.
ServerSession.AddedListener
instead