| Class | Description |
|---|---|
| CompressedHttpClient | |
| StandardHttpClient |
Provides client-side HTTP communication
|
| XmlRpcClient |
Handles XML-RPCs to a server.
|
| XmlRpcContentHandler |
Methods here are called by the XML parser used in XmlRpcClient
|
| XmlRpcValue |
Used to represent an XML-RPC value while a request is being parsed.
|
| XmlWriter |
Correctly formats Strings in XML syntax.
|
| Exception | Description |
|---|---|
| XmlRpcException |
Used to alert user of xml-rpc errors
|