Uses of Interface
org.cometd.bayeux.client.ClientSession
Package
Description
-
Uses of ClientSession in org.cometd.annotation.client
ModifierConstructorDescriptionClientAnnotationProcessor
(ClientSession clientSession) ClientAnnotationProcessor
(ClientSession clientSession, Object... injectables) -
Uses of ClientSession in org.cometd.bayeux.client
Modifier and TypeMethodDescriptiondefault 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. -
Uses of ClientSession in org.cometd.bayeux.server
Modifier and TypeInterfaceDescriptioninterface
ALocalSession
is aClientSession
within the server. -
Uses of ClientSession in org.cometd.client
Modifier and TypeClassDescriptionclass
BayeuxClient is the implementation of a client for the Bayeux protocol. -
Uses of ClientSession in org.cometd.client.ext
Modifier and TypeMethodDescriptionboolean
BinaryExtension.rcv
(ClientSession session, Message.Mutable message) boolean
AckExtension.rcvMeta
(ClientSession session, Message.Mutable message) boolean
TimesyncClientExtension.rcvMeta
(ClientSession session, Message.Mutable message) boolean
BinaryExtension.send
(ClientSession session, Message.Mutable message) boolean
TimestampClientExtension.send
(ClientSession session, Message.Mutable message) boolean
AckExtension.sendMeta
(ClientSession session, Message.Mutable message) boolean
TimestampClientExtension.sendMeta
(ClientSession session, Message.Mutable message) boolean
TimesyncClientExtension.sendMeta
(ClientSession session, Message.Mutable message) -
Uses of ClientSession in org.cometd.common
-
Uses of ClientSession in org.cometd.oort
Modifier and TypeClassDescriptionclass
The Oort comet client connects a local Oort comet server to a remote Oort comet server. -
Uses of ClientSession in org.cometd.server