| Package | Description |
|---|---|
| de.timroes.axmlrpc |
| Modifier and Type | Method and Description |
|---|---|
long |
XMLRPCClient.callAsync(XMLRPCCallback listener,
String methodName,
Object... params)
Asynchronously call a remote procedure on the server.
|
long |
XMLRPCClient.callAsyncWithOverriddenTimeout(XMLRPCCallback listener,
String methodName,
int connectTimeout,
int readTimeout,
Object... params)
Asynchronously call a remote procedure on the server.
|
Copyright © 2025. All rights reserved.