com.android.volley
Interface Network

All Known Implementing Classes:
BasicNetwork

public interface Network

An interface for performing requests.


Method Summary
 NetworkResponse performRequest(Request<?> request)
          Performs the specified request.
 

Method Detail

performRequest

NetworkResponse performRequest(Request<?> request)
                               throws VolleyError
Performs the specified request.

Parameters:
request - Request to process
Returns:
A NetworkResponse with data and caching metadata; will never be null
Throws:
VolleyError - on errors