Package | Description |
---|---|
org.cometd.bayeux.client | |
org.cometd.bayeux.server |
Modifier and Type | Interface | Description |
---|---|---|
static interface |
ClientSession.MessageListener |
A listener for remote call messages.
|
static interface |
ClientSessionChannel.ClientSessionChannelListener |
Represents a listener on a
ClientSessionChannel . |
static interface |
ClientSessionChannel.MessageListener |
A listener for messages on a
ClientSessionChannel . |
Modifier and Type | Interface | Description |
---|---|---|
static interface |
BayeuxServer.BayeuxServerListener |
Common base interface for all server-side Bayeux listeners.
|
static interface |
BayeuxServer.ChannelListener |
Specialized listener for
ServerChannel events. |
static interface |
BayeuxServer.SessionListener |
Specialized listener for
ServerSession events. |
static interface |
BayeuxServer.SubscriptionListener |
Specialized listener for
ServerChannel subscription events. |
static interface |
ConfigurableServerChannel.ServerChannelListener |
Common interface for
ServerChannel listeners. |
static interface |
ConfigurableServerChannel.ServerChannelListener.Weak |
Tag interface that marks
ConfigurableServerChannel.ServerChannelListener s as "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.HeartBeatListener |
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 |
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 |
Common interface for
ServerSession listeners. |
Copyright © 2008–2017 The CometD Project. All rights reserved.