Uses of Interface
org.cometd.bayeux.Message
-
Packages that use Message Package Description org.cometd.bayeux org.cometd.bayeux.client org.cometd.bayeux.server -
-
Uses of Message in org.cometd.bayeux
Subinterfaces of Message in org.cometd.bayeux Modifier and Type Interface Description static interface
Message.Mutable
The 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 void
ClientSession.MessageListener. onMessage(Message message)
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
Subinterfaces of Message in org.cometd.bayeux.server Modifier and Type Interface Description interface
ServerMessage
Representation of a server side message.static interface
ServerMessage.Mutable
The mutable version of aServerMessage
Methods in org.cometd.bayeux.server with parameters of type Message Modifier and Type Method Description boolean
ServerSession.MaxQueueListener. queueMaxed(ServerSession session, java.util.Queue<ServerMessage> queue, ServerSession sender, Message message)
Callback invoked to notify when the message queue is exceeding the value configured for the transport with the option "maxQueue".
-