static interface |
BayeuxServer.BayeuxServerListener |
Common base interface for all server-side Bayeux listeners.
|
static interface |
BayeuxServer.ChannelListener |
|
static interface |
BayeuxServer.SessionListener |
|
static interface |
BayeuxServer.SubscriptionListener |
|
static interface |
ConfigurableServerChannel.ServerChannelListener |
|
static interface |
ConfigurableServerChannel.ServerChannelListener.Weak |
|
static interface |
ServerChannel.MessageListener |
Listeners objects that implement this interface will be notified of message publish.
|
static interface |
ServerChannel.SubscriptionListener |
Listener objects that implement this interface will be notified of subscription events.
|
static interface |
ServerSession.DeQueueListener |
Listeners objects that implement this interface will be notified when the session queue
is being drained to actually deliver the messages.
|
static interface |
ServerSession.MaxQueueListener |
Listeners objects that implement this interface will be notified when the session queue is full.
|
static interface |
ServerSession.MessageListener |
Listeners objects that implement this interface will be notified of message sending.
|
static interface |
ServerSession.QueueListener |
Listener objects that implement this interface will be notified when a message
is queued in the session queue.
|
static interface |
ServerSession.RemoveListener |
Listeners objects that implement this interface will be notified of session removal.
|
static interface |
ServerSession.ServerSessionListener |
|