Uses of Interface
org.cometd.bayeux.client.ClientSession
Packages that use ClientSession
Package
Description
-
Uses of ClientSession in org.cometd.annotation.client
Constructors in org.cometd.annotation.client with parameters of type ClientSessionModifierConstructorDescriptionClientAnnotationProcessor(ClientSession clientSession) ClientAnnotationProcessor(ClientSession clientSession, Object... injectables) -
Uses of ClientSession in org.cometd.bayeux.client
Methods in org.cometd.bayeux.client that return ClientSessionMethods in org.cometd.bayeux.client with parameters of type ClientSessionModifier and TypeMethodDescriptiondefault voidClientSession.Extension.incoming(ClientSession session, Message.Mutable message, Promise<Boolean> promise) Callback method invoked every time a message is incoming.default voidClientSession.Extension.outgoing(ClientSession session, Message.Mutable message, Promise<Boolean> promise) Callback method invoked every time a message is outgoing.default booleanClientSession.Extension.rcv(ClientSession session, Message.Mutable message) Callback method invoked every time a normal message is received.default booleanClientSession.Extension.rcvMeta(ClientSession session, Message.Mutable message) Callback method invoked every time a meta message is received.default booleanClientSession.Extension.send(ClientSession session, Message.Mutable message) Callback method invoked every time a normal message is being sent.default booleanClientSession.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
Subinterfaces of ClientSession in org.cometd.bayeux.serverModifier and TypeInterfaceDescriptioninterfaceALocalSessionis aClientSessionwithin the server. -
Uses of ClientSession in org.cometd.client
Classes in org.cometd.client that implement ClientSessionModifier and TypeClassDescriptionclassBayeuxClient is the implementation of a client for the Bayeux protocol.Methods in org.cometd.client that return ClientSession -
Uses of ClientSession in org.cometd.client.ext
Methods in org.cometd.client.ext with parameters of type ClientSessionModifier and TypeMethodDescriptionbooleanBinaryExtension.rcv(ClientSession session, Message.Mutable message) booleanAckExtension.rcvMeta(ClientSession session, Message.Mutable message) booleanTimesyncClientExtension.rcvMeta(ClientSession session, Message.Mutable message) booleanBinaryExtension.send(ClientSession session, Message.Mutable message) booleanTimestampClientExtension.send(ClientSession session, Message.Mutable message) booleanAckExtension.sendMeta(ClientSession session, Message.Mutable message) booleanTimestampClientExtension.sendMeta(ClientSession session, Message.Mutable message) booleanTimesyncClientExtension.sendMeta(ClientSession session, Message.Mutable message) -
Uses of ClientSession in org.cometd.common
Classes in org.cometd.common that implement ClientSession -
Uses of ClientSession in org.cometd.oort
Classes in org.cometd.oort that implement ClientSessionModifier and TypeClassDescriptionclassThe Oort comet client connects a local Oort comet server to a remote Oort comet server. -
Uses of ClientSession in org.cometd.server
Classes in org.cometd.server that implement ClientSessionMethods in org.cometd.server that return ClientSession