com.neomades.content.network.Network |
![]() |
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 nullContentException | if an unknown error occurs on errors (could be one of descendants
AuthenticateException , NoConnectionException ,
ServerException , TimeoutException ,
NetworkException )
|
---|