FileDocCategorySizeDatePackage
Network.javaAPI DocAndroid 5.1 API1035Thu Mar 12 22:22:56 GMT 2015com.android.volley

Network

public interface Network
An interface for performing requests.

Fields Summary
Constructors Summary
Methods Summary
public NetworkResponseperformRequest(Request request)
Performs the specified request.

param
request Request to process
return
A {@link NetworkResponse} with data and caching metadata; will never be null
throws
VolleyError on errors