| Frames | No Frames |
Methods with return type org.apache.xmlrpc.XmlRpcTransport | |
| XmlRpcTransport | |
Classes implementing org.apache.xmlrpc.XmlRpcTransport | |
| class | Implementor of the XmlRpcTransport interface using the Apache
Commons HttpClient library v2.0 available at
http://jakarta.apache.org/commons/httpclient/
Note: Currently this transport is not thread safe
|
| class | Interface from XML-RPC to the default HTTP transport based on the
|
| class | Interface from XML-RPC to a 'lite' HTTP implementation. |
Constructors with parameter type org.apache.xmlrpc.XmlRpcTransport | |
XmlRpcClient.CallData.CallData(XmlRpcClientRequest request, AsyncCallback callback, XmlRpcTransport transport) Make a call to be queued and then executed by the next free async
thread
| |
Fields of type org.apache.xmlrpc.XmlRpcTransport | |
| XmlRpcTransport | |
Methods with parameter type org.apache.xmlrpc.XmlRpcTransport | |
| Object | |
| Object | |
| void | XmlRpcClient.executeAsync(XmlRpcClientRequest request, AsyncCallback callback, XmlRpcTransport transport) |
| void | XmlRpcClient.XmlRpcClientAsyncThread.executeAsync(XmlRpcClientRequest request, AsyncCallback callback, XmlRpcTransport transport) Execute an XML-RPC call and handle asyncronous callback. |
Methods with return type org.apache.xmlrpc.XmlRpcTransport | |
| XmlRpcTransport | |
| XmlRpcTransport | |
| XmlRpcTransport | |
| XmlRpcTransport | |
| XmlRpcTransport | Create a new XML-RPC transport. |