| Package | Description |
|---|---|
| org.cometd.bayeux.client | |
| org.cometd.bayeux.server |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ClientSession
This interface represents the client side Bayeux session.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
LocalSession
A
LocalSession is a ClientSession within the server. |
interface |
ServerSession
Objects implementing this interface are the server-side representation of remote Bayeux clients.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServerSession.deliver(Session from,
ServerMessage.Mutable message)
Delivers the given message to this session.
|
void |
ServerSession.deliver(Session from,
String channel,
Object data,
String id)
Delivers the given information to this session.
|
void |
ServerChannel.publish(Session from,
Object data,
String id)
Publishes the given information to this channel.
|
void |
ServerChannel.publish(Session from,
ServerMessage.Mutable message)
Publishes the given message to this channel, delivering
the message to all the
ServerSessions subscribed to
this channel. |
boolean |
ServerSession.MaxQueueListener.queueMaxed(ServerSession session,
Session from,
Message message)
Callback invoked to notify when the message queue is exceeding the value
configured for the transport with the option "maxQueue".
|
Copyright © 2008-2012 Dojo Foundation. All Rights Reserved.