Uses of Interface
org.cometd.bayeux.Message
-
Packages that use Message Package Description org.cometd.bayeux org.cometd.bayeux.client org.cometd.bayeux.server org.cometd.client org.cometd.client.transport org.cometd.common org.cometd.oort org.cometd.server -
-
Uses of Message in org.cometd.bayeux
Subinterfaces of Message in org.cometd.bayeux Modifier and Type Interface Description static interfaceMessage.MutableThe mutable version of aMessage -
Uses of Message in org.cometd.bayeux.client
Methods in org.cometd.bayeux.client with parameters of type Message Modifier and Type Method Description voidClientSession.MessageListener. onMessage(Message message)Callback invoked when a remote call response is received.voidClientSessionChannel.MessageListener. onMessage(ClientSessionChannel channel, Message message)Callback invoked when a message is received on the givenchannel. -
Uses of Message in org.cometd.bayeux.server
Subinterfaces of Message in org.cometd.bayeux.server Modifier and Type Interface Description interfaceServerMessageRepresentation of a server side message.static interfaceServerMessage.MutableThe mutable version of aServerMessage -
Uses of Message in org.cometd.client
Methods in org.cometd.client with parameters of type Message Modifier and Type Method Description protected voidBayeuxClient. onTransportFailure(Message message, ClientTransport.FailureInfo failureInfo, ClientTransport.FailureHandler handler)Method parameters in org.cometd.client with type arguments of type Message Modifier and Type Method Description protected voidBayeuxClient. messagesFailure(java.lang.Throwable cause, java.util.List<? extends Message> messages) -
Uses of Message in org.cometd.client.transport
Method parameters in org.cometd.client.transport with type arguments of type Message Modifier and Type Method Description default voidTransportListener. onFailure(java.lang.Throwable failure, java.util.List<? extends Message> messages)Callback method invoked when a failure to send or receive messages occurs.default voidTransportListener. onSending(java.util.List<? extends Message> messages)Callback method invoked when the batch of messages is being sent.default voidTransportListener. onTimeout(java.util.List<? extends Message> messages, Promise<java.lang.Long> promise)Callback method invoked when the send of a batch of messages expires before receiving a response from the server, controlled by themaxNetworkDelayoption. -
Uses of Message in org.cometd.common
Classes in org.cometd.common that implement Message Modifier and Type Class Description classHashMapMessageMethods in org.cometd.common with parameters of type Message Modifier and Type Method Description protected voidAbstractClientSession.AbstractSessionChannel. notifyMessageListeners(Message message)protected voidAbstractClientSession.AbstractSessionChannel. notifyOnMessage(ClientSessionChannel.MessageListener listener, Message message)Constructors in org.cometd.common with parameters of type Message Constructor Description HashMapMessage(Message message) -
Uses of Message in org.cometd.oort
Methods in org.cometd.oort with parameters of type Message Modifier and Type Method Description booleanOort. isOortHandshake(Message handshake)protected voidOort. joinComets(Message message)protected voidSeti. receiveBroadcast(Message message)Receives messages broadcast by other Setis in the cloud.protected voidSeti. 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
Classes in org.cometd.server that implement Message Modifier and Type Class Description classServerMessageImpl
-