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 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 aServerMessageMethods in org.cometd.bayeux.server with parameters of type Message Modifier and Type Method Description booleanServerSession.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".
-