Uses of Class
com.logicaldoc.gui.common.client.websockets.WebsocketMessage
-
Packages that use WebsocketMessage Package Description com.logicaldoc.gui.common.client.websockets com.logicaldoc.web.websockets -
-
Uses of WebsocketMessage in com.logicaldoc.gui.common.client.websockets
Methods in com.logicaldoc.gui.common.client.websockets that return WebsocketMessage Modifier and Type Method Description WebsocketMessageWebSocketListener. deserializeMessage(String data)WebsocketMessageWebsocketsMessageService. getMessage(WebsocketMessage message)The RPC Serialization is designed for function call.Methods in com.logicaldoc.gui.common.client.websockets with parameters of type WebsocketMessage Modifier and Type Method Description WebsocketMessageWebsocketsMessageService. getMessage(WebsocketMessage message)The RPC Serialization is designed for function call.voidWebsocketsMessageServiceAsync. getMessage(WebsocketMessage message, com.google.gwt.user.client.rpc.AsyncCallback<WebsocketMessage> callback)StringWebSocketListener. 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 WebsocketMessage Modifier and Type Method Description voidWebsocketsMessageServiceAsync. 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 WebsocketMessage Modifier and Type Method Description static voidEventEndpoint. distributeMessage(WebsocketMessage message)Distributes a message to all the connected clients
-