Uses of Class
co.arago.hiro.client.websocket.ActionWebSocket.ResultParams
-
Packages that use ActionWebSocket.ResultParams Package Description co.arago.hiro.client.websocket -
-
Uses of ActionWebSocket.ResultParams in co.arago.hiro.client.websocket
Methods in co.arago.hiro.client.websocket that return ActionWebSocket.ResultParams Modifier and Type Method Description static ActionWebSocket.ResultParamsActionWebSocket. newResultParams()Static creatorActionWebSocket.ResultParamsActionWebSocket.ResultParams. setCode(java.lang.Integer code)Sets the status code.ActionWebSocket.ResultParamsActionWebSocket.ResultParams. setData(java.lang.String data)Sets the data as StringActionWebSocket.ResultParamsActionWebSocket.ResultParams. setData(java.util.Map<java.lang.String,java.lang.Object> result)Sets the data string from a map.ActionWebSocket.ResultParamsActionWebSocket.ResultParams. setMessage(java.lang.String message)Sets the status messageMethods in co.arago.hiro.client.websocket with parameters of type ActionWebSocket.ResultParams Modifier and Type Method Description voidActionWebSocket. sendActionResult(java.lang.String id, ActionWebSocket.ResultParams resultParams)Send anActionHandlerResultusing the provided id and a ResultParams structure.
-