Package | Description |
---|---|
org.cometd.bayeux | |
org.cometd.bayeux.client | |
org.cometd.bayeux.server |
Modifier and Type | Interface | Description |
---|---|---|
static interface |
Message.Mutable |
The mutable version of a
Message |
Modifier and Type | Method | Description |
---|---|---|
void |
ClientSession.MessageListener.onMessage(Message message) |
Callback invoked when a remote call response is received.
|
void |
ClientSessionChannel.MessageListener.onMessage(ClientSessionChannel channel,
Message message) |
Callback invoked when a message is received on the given
channel . |
Modifier and Type | Interface | Description |
---|---|---|
interface |
ServerMessage |
Representation of a server side message.
|
static interface |
ServerMessage.Mutable |
The mutable version of a
ServerMessage |
Modifier and Type | Method | Description |
---|---|---|
boolean |
ServerSession.MaxQueueListener.queueMaxed(ServerSession session,
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–2017 The CometD Project. All rights reserved.