- rcv(ClientSession, Message.Mutable) - Method in class org.cometd.bayeux.client.ClientSession.Extension.Adapter
-
- rcv(ClientSession, Message.Mutable) - Method in interface org.cometd.bayeux.client.ClientSession.Extension
-
Callback method invoked every time a normal message is received.
- rcv(ServerSession, ServerMessage.Mutable) - Method in class org.cometd.bayeux.server.BayeuxServer.Extension.Adapter
-
- rcv(ServerSession, ServerMessage.Mutable) - Method in interface org.cometd.bayeux.server.BayeuxServer.Extension
-
Callback method invoked every time a normal message is incoming.
- rcv(ServerSession, ServerMessage.Mutable) - Method in class org.cometd.bayeux.server.ServerSession.Extension.Adapter
-
- rcv(ServerSession, ServerMessage.Mutable) - Method in interface org.cometd.bayeux.server.ServerSession.Extension
-
Callback method invoked every time a normal message is incoming.
- rcvMeta(ClientSession, Message.Mutable) - Method in class org.cometd.bayeux.client.ClientSession.Extension.Adapter
-
- rcvMeta(ClientSession, Message.Mutable) - Method in interface org.cometd.bayeux.client.ClientSession.Extension
-
Callback method invoked every time a meta message is received.
- rcvMeta(ServerSession, ServerMessage.Mutable) - Method in class org.cometd.bayeux.server.BayeuxServer.Extension.Adapter
-
- rcvMeta(ServerSession, ServerMessage.Mutable) - Method in interface org.cometd.bayeux.server.BayeuxServer.Extension
-
Callback method invoked every time a meta message is incoming.
- rcvMeta(ServerSession, ServerMessage.Mutable) - Method in class org.cometd.bayeux.server.ServerSession.Extension.Adapter
-
- rcvMeta(ServerSession, ServerMessage.Mutable) - Method in interface org.cometd.bayeux.server.ServerSession.Extension
-
Callback method invoked every time a meta message is incoming.
- RECONNECT_FIELD - Static variable in interface org.cometd.bayeux.Message
-
- RECONNECT_HANDSHAKE_VALUE - Static variable in interface org.cometd.bayeux.Message
-
- RECONNECT_NONE_VALUE - Static variable in interface org.cometd.bayeux.Message
-
- RECONNECT_RETRY_VALUE - Static variable in interface org.cometd.bayeux.Message
-
- release() - Method in interface org.cometd.bayeux.client.ClientSessionChannel
-
- remoteCall(String, Object, ClientSession.MessageListener) - Method in interface org.cometd.bayeux.client.ClientSession
-
Performs a remote call to the server, to the specified target
,
and with the given data
as payload.
- remove() - Method in interface org.cometd.bayeux.server.ServerChannel
-
Removes this channel, and all the children channels.
- removeAttribute(String) - Method in interface org.cometd.bayeux.Channel
-
Removes a named channel attribute.
- removeAttribute(String) - Method in interface org.cometd.bayeux.Session
-
Removes a named session attribute.
- removeAuthorizer(Authorizer) - Method in interface org.cometd.bayeux.server.ConfigurableServerChannel
-
- removed(ServerSession, boolean) - Method in interface org.cometd.bayeux.server.ServerSession.RemoveListener
-
Callback invoked when the session is removed.
- removeExtension(ClientSession.Extension) - Method in interface org.cometd.bayeux.client.ClientSession
-
Removes an extension from this session.
- removeExtension(BayeuxServer.Extension) - Method in interface org.cometd.bayeux.server.BayeuxServer
-
Removes the given extension from this Bayeux object.
- removeExtension(ServerSession.Extension) - Method in interface org.cometd.bayeux.server.ServerSession
-
Removes the given extension from this session.
- removeListener(ClientSessionChannel.ClientSessionChannelListener) - Method in interface org.cometd.bayeux.client.ClientSessionChannel
-
Removes the given listener
from this channel.
- removeListener(BayeuxServer.BayeuxServerListener) - Method in interface org.cometd.bayeux.server.BayeuxServer
-
Removes a listener from this Bayeux object.
- removeListener(ConfigurableServerChannel.ServerChannelListener) - Method in interface org.cometd.bayeux.server.ConfigurableServerChannel
-
- removeListener(ServerSession.ServerSessionListener) - Method in interface org.cometd.bayeux.server.ServerSession
-
Removes the given listener from this session.
- removeSession(ServerSession) - Method in interface org.cometd.bayeux.server.BayeuxServer
-
Removes the given session
from this BayeuxServer.
- Result() - Constructor for class org.cometd.bayeux.server.Authorizer.Result
-
- SecurityPolicy - Interface in org.cometd.bayeux.server
-
- send(ClientSession, Message.Mutable) - Method in class org.cometd.bayeux.client.ClientSession.Extension.Adapter
-
- send(ClientSession, Message.Mutable) - Method in interface org.cometd.bayeux.client.ClientSession.Extension
-
Callback method invoked every time a normal message is being sent.
- send(ServerSession, ServerSession, ServerMessage.Mutable) - Method in class org.cometd.bayeux.server.BayeuxServer.Extension.Adapter
-
- send(ServerSession, ServerSession, ServerMessage.Mutable) - Method in interface org.cometd.bayeux.server.BayeuxServer.Extension
-
Callback method invoked every time a normal message is outgoing.
- send(ServerSession, ServerMessage) - Method in class org.cometd.bayeux.server.ServerSession.Extension.Adapter
-
- send(ServerSession, ServerMessage) - Method in interface org.cometd.bayeux.server.ServerSession.Extension
-
Callback method invoked every time a normal message is outgoing.
- sendMeta(ClientSession, Message.Mutable) - Method in class org.cometd.bayeux.client.ClientSession.Extension.Adapter
-
- sendMeta(ClientSession, Message.Mutable) - Method in interface org.cometd.bayeux.client.ClientSession.Extension
-
Callback method invoked every time a meta message is being sent.
- sendMeta(ServerSession, ServerMessage.Mutable) - Method in class org.cometd.bayeux.server.BayeuxServer.Extension.Adapter
-
- sendMeta(ServerSession, ServerMessage.Mutable) - Method in interface org.cometd.bayeux.server.BayeuxServer.Extension
-
Callback method invoked every time a meta message is outgoing.
- sendMeta(ServerSession, ServerMessage.Mutable) - Method in class org.cometd.bayeux.server.ServerSession.Extension.Adapter
-
- sendMeta(ServerSession, ServerMessage.Mutable) - Method in interface org.cometd.bayeux.server.ServerSession.Extension
-
Callback method invoked every time a meta message is outgoing.
- ServerChannel - Interface in org.cometd.bayeux.server
-
Server side representation of a Bayeux channel.
- ServerChannel.MessageListener - Interface in org.cometd.bayeux.server
-
Listeners objects that implement this interface will be notified of message publish.
- ServerChannel.SubscriptionListener - Interface in org.cometd.bayeux.server
-
Listener objects that implement this interface will be notified of subscription events.
- ServerMessage - Interface in org.cometd.bayeux.server
-
Representation of a server side message.
- ServerMessage.Mutable - Interface in org.cometd.bayeux.server
-
- ServerSession - Interface in org.cometd.bayeux.server
-
Objects implementing this interface are the server-side representation of remote Bayeux clients.
- ServerSession.DeQueueListener - Interface in org.cometd.bayeux.server
-
Listeners objects that implement this interface will be notified when the session queue
is being drained to actually deliver the messages.
- ServerSession.Extension - Interface in org.cometd.bayeux.server
-
- ServerSession.Extension.Adapter - Class in org.cometd.bayeux.server
-
- ServerSession.MaxQueueListener - Interface in org.cometd.bayeux.server
-
Listeners objects that implement this interface will be notified when the session queue is full.
- ServerSession.MessageListener - Interface in org.cometd.bayeux.server
-
Listeners objects that implement this interface will be notified of message sending.
- ServerSession.QueueListener - Interface in org.cometd.bayeux.server
-
Listener objects that implement this interface will be notified when a message
is queued in the session queue.
- ServerSession.RemoveListener - Interface in org.cometd.bayeux.server
-
Listeners objects that implement this interface will be notified of session removal.
- ServerSession.ServerSessionListener - Interface in org.cometd.bayeux.server
-
- ServerTransport - Interface in org.cometd.bayeux.server
-
Server side extension of a Bayeux transport.
- SERVICE - Static variable in interface org.cometd.bayeux.Channel
-
Constant representing the service prefix
- Session - Interface in org.cometd.bayeux
-
A Bayeux session represents a connection between a bayeux client and a bayeux server.
- sessionAdded(ServerSession, ServerMessage) - Method in interface org.cometd.bayeux.server.BayeuxServer.SessionListener
-
- sessionRemoved(ServerSession, boolean) - Method in interface org.cometd.bayeux.server.BayeuxServer.SessionListener
-
- setAssociated(ServerMessage.Mutable) - Method in interface org.cometd.bayeux.server.ServerMessage.Mutable
-
- setAttribute(String, Object) - Method in interface org.cometd.bayeux.Channel
-
Sets a named channel attribute value.
- setAttribute(String, Object) - Method in interface org.cometd.bayeux.Session
-
Sets a named session attribute value.
- setChannel(String) - Method in interface org.cometd.bayeux.Message.Mutable
-
- setClientId(String) - Method in interface org.cometd.bayeux.Message.Mutable
-
- setData(Object) - Method in interface org.cometd.bayeux.Message.Mutable
-
- setHttpSessionAttribute(String, Object) - Method in interface org.cometd.bayeux.server.BayeuxContext
-
Access the HTTP Session (if any) attributes.
- setId(String) - Method in interface org.cometd.bayeux.Message.Mutable
-
- setInterval(long) - Method in interface org.cometd.bayeux.server.ServerSession
-
- setLazy(boolean) - Method in interface org.cometd.bayeux.server.ConfigurableServerChannel
-
A lazy channel marks all messages published to it as lazy.
- setLazy(boolean) - Method in interface org.cometd.bayeux.server.ServerMessage.Mutable
-
A lazy message does not provoke immediately delivery to the client
but it will be delivered at first occasion or after a timeout expires
- setLazyTimeout(long) - Method in interface org.cometd.bayeux.server.ConfigurableServerChannel
-
Sets the lazy timeout for this channel.
- setOption(String, Object) - Method in interface org.cometd.bayeux.Bayeux
-
- setPersistent(boolean) - Method in interface org.cometd.bayeux.server.ConfigurableServerChannel
-
A persistent channel is not removed when the last subscription is removed
- setSecurityPolicy(SecurityPolicy) - Method in interface org.cometd.bayeux.server.BayeuxServer
-
- setSuccessful(boolean) - Method in interface org.cometd.bayeux.Message.Mutable
-
- setTimeout(long) - Method in interface org.cometd.bayeux.server.ServerSession
-
- startBatch() - Method in interface org.cometd.bayeux.Session
-
- subscribe(ClientSessionChannel.MessageListener) - Method in interface org.cometd.bayeux.client.ClientSessionChannel
-
- subscribe(ClientSessionChannel.MessageListener, ClientSessionChannel.MessageListener) - Method in interface org.cometd.bayeux.client.ClientSessionChannel
-
Subscribes the given listener
to receive messages sent to this channel.
- subscribe(ServerSession) - Method in interface org.cometd.bayeux.server.ServerChannel
-
Subscribes the given session to this channel.
- subscribed(ServerSession, ServerChannel, ServerMessage) - Method in interface org.cometd.bayeux.server.BayeuxServer.SubscriptionListener
-
- subscribed(ServerSession, ServerChannel, ServerMessage) - Method in interface org.cometd.bayeux.server.ServerChannel.SubscriptionListener
-
- SUBSCRIPTION_FIELD - Static variable in interface org.cometd.bayeux.Message
-
- SUCCESSFUL_FIELD - Static variable in interface org.cometd.bayeux.Message
-
- SUPPORTED_CONNECTION_TYPES_FIELD - Static variable in interface org.cometd.bayeux.Message
-