Class | Description |
---|---|
AbstractMultipartRestOperation |
The
AbstractMultipartRestOperation is an extension of
AbstractRestOperation that adds support for HTTP multipart POST or
PUT requests. |
AbstractRestOperation |
The
AbstractRestOperation is an thread save, derivable
abstraction for remote communication using Representational state transfer
(REST). |
Cookie |
Implementation of a HTTP Cookie, including all parsing from different
versions of commonly used standards to use Cookies in a stateful HTTP server
communication.
|
Credentials |
Stores user and password data for HTTP requests, including additional
security restrictions.
|
JPath |
JPath represents a lightweight JSONParser and allows parsing
based on the JSON structure and a path relative to this structure. |
JSONDatasource |
A
JSONDatasource provides a IListDatasource
implementation to manage and represent a data model based on JSON data to be
used in ListView s. |
RestHttpConnectionHandler |
The
RestHttpConnectionHandler enables the
AbstractRestOperation to call the
IOperationDelegate.onOperationFinished(IOperation) method. |
Session |
A
Session is used to manage cookies and user credentials across
multiple AbstractRestOperation s. |
Exception | Description |
---|---|
DatasourceException |
The
DatasourceException will be thrown by data sources and
normally indicates exceptions during the communication or data parsing. |