public interface

Network

com.neomades.content.network.Network
Known Indirect Subclasses

Class Overview

An interface for performing queries.

Summary

Public Methods
abstract NetworkResponse performQuery(ContentQuery query)
Performs the specified query.

Public Methods

public abstract NetworkResponse performQuery (ContentQuery query)

Performs the specified query.

Be careful, returning null will send an ContentError, a log message is printed to the console.

Parameters
query query to process
Returns
Throws
ContentException if an unknown error occurs on errors (could be one of descendants AuthenticateException, NoConnectionException, ServerException, TimeoutException, NetworkException)