Package | Description |
---|---|
org.cometd.bayeux.server | |
org.cometd.oort | |
org.cometd.server | |
org.cometd.server.ext |
Modifier and Type | Interface and Description |
---|---|
static interface |
ServerSession.AddedListener
Listener objects that implement this interface will be notified of session addition.
|
static interface |
ServerSession.AddListener
Deprecated.
use
ServerSession.AddedListener instead |
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
Deprecated.
use
ServerSession.QueueMaxedListener instead |
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.QueueMaxedListener
Listeners objects that implement this interface will be notified when the session queue is full.
|
static interface |
ServerSession.RemovedListener
Listeners objects that implement this interface will be notified of session removal.
|
static interface |
ServerSession.RemoveListener
Deprecated.
use
ServerSession.RemovedListener instead |
Modifier and Type | Method and Description |
---|---|
void |
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.
|
Modifier and Type | Class and Description |
---|---|
protected class |
Seti.LocalLocation
A Location that represent a user connected to a local comet.
|
Modifier and Type | Method and Description |
---|---|
List<ServerSession.ServerSessionListener> |
ServerSessionImpl.getListeners() |
Modifier and Type | Method and Description |
---|---|
void |
ServerSessionImpl.addListener(ServerSession.ServerSessionListener listener) |
void |
ServerSessionImpl.removeListener(ServerSession.ServerSessionListener listener) |
Modifier and Type | Class and Description |
---|---|
class |
AcknowledgedMessagesSessionExtension
Tracks the batch id of messages sent to a client.
|
Copyright © 2008–2024 The CometD Project. All rights reserved.