| com.neomades.content.network.Network |
Known Indirect Subclasses
|
An interface for performing queries.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract NetworkResponse |
performQuery(ContentQuery query)
Performs the specified query.
| ||||||||||
Performs the specified query.
Be careful, returning null will send an ContentError, a
log message is printed to the console.
| query | query to process |
|---|
NetworkResponse with data and caching metadata; will never
be null| ContentException | if an unknown error occurs on errors (could be one of descendants
AuthenticateException, NoConnectionException,
ServerException, TimeoutException,
NetworkException)
|
|---|