| Package | Description |
|---|---|
| org.jwebsocket.plugins.rpc |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRrpc
Class used to call a Rrpc method (S2C)
Example: new Rrpc.Call("aClass", "aMethod").send("hello", "it's a rrpc call", 123).from(aConnector).to(anotherConnector)
or new Rrpc.Call("aClass", "aMethod").send(SomethingToSend).to(anotherConnector) (in this case, the sender will be the server)
|
| Modifier and Type | Method and Description |
|---|---|
AbstractRpc |
AbstractRpc.send(Object... aArg)
Send the Objects you want to the remote procedure.
|
AbstractRpc |
AbstractRpc.sendListOfArgs(List aArgs)
Directly send this list of object to the remote procedure
|
Copyright © 2013. All Rights Reserved.