Uses of Interface
org.cometd.bayeux.Session
Package
Description
-
Uses of Session in org.cometd.bayeux.client
Modifier and TypeInterfaceDescriptioninterface
This interface represents the client side Bayeux session. -
Uses of Session in org.cometd.bayeux.server
Modifier and TypeInterfaceDescriptioninterface
ALocalSession
is aClientSession
within the server.interface
Objects implementing this interface are the server-side representation of remote Bayeux clients.Modifier and TypeMethodDescriptionvoid
Delivers the given information to this session.void
ServerSession.deliver
(Session sender, ServerMessage.Mutable message, Promise<Boolean> promise) Delivers the given message to this session.void
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 theServerSession
s subscribed to this channel. -
Uses of Session in org.cometd.client
Modifier and TypeClassDescriptionclass
BayeuxClient is the implementation of a client for the Bayeux protocol. -
Uses of Session in org.cometd.common
-
Uses of Session 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 Session in org.cometd.server
Modifier and TypeMethodDescriptionvoid
void
ServerSessionImpl.deliver
(Session sender, ServerMessage.Mutable message, Promise<Boolean> promise) void
void
ServerChannelImpl.publish
(Session from, ServerMessage.Mutable mutable, Promise<Boolean> promise)