Uses of Interface
org.cometd.bayeux.Message
Package
Description
-
Uses of Message in org.cometd.bayeux
-
Uses of Message in org.cometd.bayeux.client
Modifier and TypeMethodDescriptionvoid
Callback invoked when a remote call response is received.void
ClientSessionChannel.MessageListener.onMessage
(ClientSessionChannel channel, Message message) Callback invoked when a message is received on the givenchannel
. -
Uses of Message in org.cometd.bayeux.server
Modifier and TypeInterfaceDescriptioninterface
Representation of a server side message.static interface
The mutable version of aServerMessage
-
Uses of Message in org.cometd.client
Modifier and TypeMethodDescriptionprotected void
BayeuxClient.onTransportFailure
(Message message, ClientTransport.FailureInfo failureInfo, ClientTransport.FailureHandler handler) Modifier and TypeMethodDescriptionprotected void
BayeuxClient.messagesFailure
(Throwable cause, List<? extends Message> messages) -
Uses of Message in org.cometd.client.transport
Modifier and TypeMethodDescriptiondefault void
Callback method invoked when a failure to send or receive messages occurs.default void
Callback method invoked when the batch of messages is being sent.default void
Callback method invoked when the send of a batch of messages expires before receiving a response from the server, controlled by themaxNetworkDelay
option. -
Uses of Message in org.cometd.common
Modifier and TypeMethodDescriptionprotected void
AbstractClientSession.AbstractSessionChannel.notifyMessageListeners
(Message message) protected void
AbstractClientSession.AbstractSessionChannel.notifyOnMessage
(ClientSessionChannel.MessageListener listener, Message message) -
Uses of Message in org.cometd.oort
Modifier and TypeMethodDescriptionboolean
Oort.isOortHandshake
(Message handshake) protected void
Oort.joinComets
(Message message) protected void
Seti.receiveBroadcast
(Message message) Receives messages broadcast by other Setis in the cloud.protected void
Seti.receiveDirect
(Message message) Receives messages directly from other Setis in the cloud, containing messages to be delivered to sessions connected to this comet. -
Uses of Message in org.cometd.server