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