Package | Description |
---|---|
org.cometd.bayeux.client | |
org.cometd.bayeux.server | |
org.cometd.client | |
org.cometd.common | |
org.cometd.oort | |
org.cometd.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 sender,
ServerMessage.Mutable message,
Promise<Boolean> promise)
Delivers the given message to this session.
|
void |
ServerSession.deliver(Session sender,
String channel,
Object data,
Promise<Boolean> promise)
Delivers the given information to this session.
|
void |
ServerChannel.publish(Session from,
Object data,
Promise<Boolean> promise)
Publishes the given information to this channel.
|
void |
ServerChannel.publish(Session from,
ServerMessage.Mutable message,
Promise<Boolean> promise)
Publishes the given message to this channel, delivering
the message to all the
ServerSession s subscribed to
this channel. |
Modifier and Type | Class and Description |
---|---|
class |
BayeuxClient
BayeuxClient is the implementation of a client for the Bayeux protocol.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractClientSession
Partial implementation of
ClientSession . |
Modifier and Type | Class and Description |
---|---|
class |
OortComet
The Oort comet client connects a local Oort comet server to a remote Oort comet server.
|
Modifier and Type | Class and Description |
---|---|
class |
LocalSessionImpl
A
LocalSession implementation. |
class |
ServerSessionImpl |
Modifier and Type | Method and Description |
---|---|
void |
ServerSessionImpl.deliver(Session sender,
ServerMessage.Mutable message,
Promise<Boolean> promise) |
void |
ServerSessionImpl.deliver(Session sender,
String channelId,
Object data,
Promise<Boolean> promise) |
void |
ServerChannelImpl.publish(Session from,
Object data,
Promise<Boolean> promise) |
void |
ServerChannelImpl.publish(Session from,
ServerMessage.Mutable mutable,
Promise<Boolean> promise) |
Copyright © 2008–2024 The CometD Project. All rights reserved.