| Package | Description |
|---|---|
| org.cometd.bayeux | |
| org.cometd.bayeux.client | |
| org.cometd.bayeux.server |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Message.Mutable
The mutable version of a
Message |
| Modifier and Type | Method and Description |
|---|---|
void |
ClientSessionChannel.MessageListener.onMessage(ClientSessionChannel channel,
Message message)
Callback invoked when a message is received on the given
channel. |
void |
ClientSession.MessageListener.onMessage(Message message)
Callback invoked when a remote call response is received.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ServerMessage
Representation of a server side message.
|
static interface |
ServerMessage.Mutable
The mutable version of a
ServerMessage |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ServerSession.MaxQueueListener.queueMaxed(ServerSession session,
java.util.Queue<ServerMessage> queue,
ServerSession sender,
Message message)
Callback invoked to notify when the message queue is exceeding the value
configured for the transport with the option "maxQueue".
|
Copyright © 2008–2019 The CometD Project. All rights reserved.