public interface Network
| Modifier and Type | Method and Description |
|---|---|
NetworkResponse |
performRequest(Request<?> request)
Performs the specified request.
|
NetworkResponse performRequest(Request<?> request) throws JusError
request - Request to processNetworkResponse with data and caching metadata; will never be nullJusError - on errors