Uses of Class
com.logicaldoc.gui.common.client.websockets.WebsocketMessage
Packages that use WebsocketMessage
-
Uses of WebsocketMessage in com.logicaldoc.gui.common.client.websockets
Methods in com.logicaldoc.gui.common.client.websockets that return WebsocketMessageModifier and TypeMethodDescriptionWebSocketListener.deserializeMessage(String data) WebsocketsMessageService.getMessage(WebsocketMessage message) The RPC Serialization is designed for function call.Methods in com.logicaldoc.gui.common.client.websockets with parameters of type WebsocketMessageModifier and TypeMethodDescriptionWebsocketsMessageService.getMessage(WebsocketMessage message) The RPC Serialization is designed for function call.voidWebsocketsMessageServiceAsync.getMessage(WebsocketMessage message, com.google.gwt.user.client.rpc.AsyncCallback<WebsocketMessage> callback) WebSocketListener.serializeMessage(WebsocketMessage message) Here there is the trick, the Async Service that is usual return by the deferred binding is also an instance of a SerializationStreamFactory.Method parameters in com.logicaldoc.gui.common.client.websockets with type arguments of type WebsocketMessageModifier and TypeMethodDescriptionvoidWebsocketsMessageServiceAsync.getMessage(WebsocketMessage message, com.google.gwt.user.client.rpc.AsyncCallback<WebsocketMessage> callback) -
Uses of WebsocketMessage in com.logicaldoc.web.websockets
Methods in com.logicaldoc.web.websockets with parameters of type WebsocketMessageModifier and TypeMethodDescriptionstatic voidEventEndpoint.distributeMessage(WebsocketMessage message) Distributes a message to all the connected clients