|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Interface for a client which can make XML-RPC calls for SAMP. The method parameters and return values must be of SAMP-compatible types, that is only Strings, Lists, and String-keyed Maps are allowed in the data structures.
| Method Summary | |
void |
callAndForget(String method,
List params)
Sends a call, but does not wait around for the response. |
Object |
callAndWait(String method,
List params)
Makes a synchronous call, waiting for the response and returning the result. |
| Method Detail |
public Object callAndWait(String method,
List params)
throws IOException
method - XML-RPC method nameparams - parameters for XML-RPC call (SAMP-compatible)
IOException
public void callAndForget(String method,
List params)
throws IOException
method - XML-RPC method nameparams - parameters for XML-RPC call (SAMP-compatible)
IOException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||