Interface | Description | |
---|---|---|
IInputParser | The IInputParser interface is the basic interface for parsing data from a server or database into an array of items. | |
IItemConverter | The IItemConverter interface is the basic interface for converting a serialized data item to a data class instance. |
Class | Description | |
---|---|---|
BinaryUploader | The BinaryUploader class is a class designed to upload binary data over HTTP. | |
HTTPHeader | The data class for HTTP headers in HTTP server communications. | |
HTTPService | The HTTPService class is a class designed to transfer text over HTTP. | |
JSONInputParser | The JSONInputParser class parses a JSON structure into an array of JSON sub-structures. | |
JSONItemConverter | The JSONItemConverter class parses a JSON structure into an ActionScript object. |