org.apache.xmlrpc
class XmlRpcClient.CallData extends Object
| Field Summary | |
|---|---|
| AsyncCallback | callback |
| XmlRpcClient.CallData | next |
| XmlRpcClientRequest | request |
| XmlRpcTransport | transport |
| Constructor Summary | |
|---|---|
| CallData(XmlRpcClientRequest request, AsyncCallback callback, XmlRpcTransport transport)
Make a call to be queued and then executed by the next free async
thread | |