Package | Description |
---|---|
org.cometd.annotation.client | |
org.cometd.bayeux.client | |
org.cometd.bayeux.server | |
org.cometd.client | |
org.cometd.client.ext | |
org.cometd.common | |
org.cometd.oort | |
org.cometd.server |
Constructor and Description |
---|
ClientAnnotationProcessor(ClientSession clientSession) |
ClientAnnotationProcessor(ClientSession clientSession,
Object... injectables) |
Modifier and Type | Method and Description |
---|---|
ClientSession |
ClientSessionChannel.getSession() |
Modifier and Type | Method and Description |
---|---|
default void |
ClientSession.Extension.incoming(ClientSession session,
Message.Mutable message,
Promise<Boolean> promise)
Callback method invoked every time a message is incoming.
|
default void |
ClientSession.Extension.outgoing(ClientSession session,
Message.Mutable message,
Promise<Boolean> promise)
Callback method invoked every time a message is outgoing.
|
default boolean |
ClientSession.Extension.rcv(ClientSession session,
Message.Mutable message)
Callback method invoked every time a normal message is received.
|
default boolean |
ClientSession.Extension.rcvMeta(ClientSession session,
Message.Mutable message)
Callback method invoked every time a meta message is received.
|
default boolean |
ClientSession.Extension.send(ClientSession session,
Message.Mutable message)
Callback method invoked every time a normal message is being sent.
|
default boolean |
ClientSession.Extension.sendMeta(ClientSession session,
Message.Mutable message)
Callback method invoked every time a meta message is being sent.
|
Modifier and Type | Interface and Description |
---|---|
interface |
LocalSession
A
LocalSession is a ClientSession within the server. |
Modifier and Type | Class and Description |
---|---|
class |
BayeuxClient
BayeuxClient is the implementation of a client for the Bayeux protocol.
|
Modifier and Type | Method and Description |
---|---|
ClientSession |
BayeuxClient.BayeuxClientChannel.getSession() |
Modifier and Type | Method and Description |
---|---|
boolean |
BinaryExtension.rcv(ClientSession session,
Message.Mutable message) |
boolean |
TimesyncClientExtension.rcvMeta(ClientSession session,
Message.Mutable message) |
boolean |
AckExtension.rcvMeta(ClientSession session,
Message.Mutable message) |
boolean |
BinaryExtension.send(ClientSession session,
Message.Mutable message) |
boolean |
TimestampClientExtension.send(ClientSession session,
Message.Mutable message) |
boolean |
TimesyncClientExtension.sendMeta(ClientSession session,
Message.Mutable message) |
boolean |
AckExtension.sendMeta(ClientSession session,
Message.Mutable message) |
boolean |
TimestampClientExtension.sendMeta(ClientSession session,
Message.Mutable message) |
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. |
Modifier and Type | Method and Description |
---|---|
ClientSession |
LocalSessionImpl.LocalChannel.getSession() |
Copyright © 2008–2024 The CometD Project. All rights reserved.