void |
HproseService.broadcast(String topic,
Object result) |
void |
HproseClients.broadcast(String topic,
Object result) |
void |
HproseService.broadcast(String topic,
Object result,
Action<Integer[]> callback) |
void |
HproseClients.broadcast(String topic,
Object result,
Action<Integer[]> callback) |
boolean |
HproseService.exist(String topic,
Integer id) |
boolean |
HproseClients.exist(String topic,
Integer id) |
Integer[] |
HproseService.idlist(String topic) |
Integer[] |
HproseClients.idlist(String topic) |
void |
HproseService.multicast(String topic,
Integer[] ids,
Object result) |
void |
HproseClients.multicast(String topic,
Integer[] ids,
Object result) |
void |
HproseService.multicast(String topic,
Integer[] ids,
Object result,
Action<Integer[]> callback) |
void |
HproseClients.multicast(String topic,
Integer[] ids,
Object result,
Action<Integer[]> callback) |
Promise<Integer[]> |
HproseService.push(String topic,
Integer[] ids,
Object result) |
Promise<Integer[]> |
HproseClients.push(String topic,
Integer[] ids,
Object result) |
Promise<Boolean> |
HproseService.push(String topic,
Integer id,
Object result) |
Promise<Boolean> |
HproseClients.push(String topic,
Integer id,
Object result) |
Promise<Integer[]> |
HproseService.push(String topic,
Object result) |
Promise<Integer[]> |
HproseClients.push(String topic,
Object result) |
void |
HproseService.unicast(String topic,
Integer id,
Object result) |
void |
HproseClients.unicast(String topic,
Integer id,
Object result) |
void |
HproseService.unicast(String topic,
Integer id,
Object result,
Action<Boolean> callback) |
void |
HproseClients.unicast(String topic,
Integer id,
Object result,
Action<Boolean> callback) |