Uses of Class
com.levigo.jadice.web.transport.client.messaging.Message
Packages that use Message
Package
Description
-
Uses of Message in com.levigo.jadice.web.conn.client
Methods in com.levigo.jadice.web.conn.client with parameters of type MessageModifier and TypeMethodDescriptionvoid
abstract void
abstract ServerConnection.Cancelable
ServerConnection.send
(Message message, boolean highPriority, ConversationMessageListener.ConversationListener convListener) -
Uses of Message in com.levigo.jadice.web.transport.client.messaging
Methods in com.levigo.jadice.web.transport.client.messaging that return MessageModifier and TypeMethodDescriptionstatic Message
static Message
Message.create
(String msgName, com.google.gwt.core.client.JavaScriptObject payload, int conversationId) static Message
Message.create
(String msgName, Object payload, com.google.gwt.core.client.JavaScriptObject documentSnapshot) static Message
Message.create
(String msgName, Object payload, com.google.gwt.core.client.JavaScriptObject documentSnapshot, int conversationId) Methods in com.levigo.jadice.web.transport.client.messaging with parameters of type Message