A B C D E F G H I J K L M N O P Q R S T V W

N

Network - Interface in com.android.volley
An interface for performing requests.
NetworkDispatcher - Class in com.android.volley
Provides a thread for performing network dispatch from a queue of requests.
NetworkDispatcher(BlockingQueue<Request>, Network, Cache, ResponseDelivery) - Constructor for class com.android.volley.NetworkDispatcher
Creates a new network dispatcher thread.
NetworkError - Exception in com.android.volley
Indicates that there was a network error when performing a Volley request.
NetworkError() - Constructor for exception com.android.volley.NetworkError
 
NetworkError(Throwable) - Constructor for exception com.android.volley.NetworkError
 
NetworkError(NetworkResponse) - Constructor for exception com.android.volley.NetworkError
 
NetworkImageView - Class in com.android.volley.toolbox
Handles fetching an image from a URL as well as the life-cycle of the associated request.
NetworkImageView(Context) - Constructor for class com.android.volley.toolbox.NetworkImageView
 
NetworkImageView(Context, AttributeSet) - Constructor for class com.android.volley.toolbox.NetworkImageView
 
NetworkImageView(Context, AttributeSet, int) - Constructor for class com.android.volley.toolbox.NetworkImageView
 
NetworkResponse - Class in com.android.volley
Data and headers returned from Network.performRequest(Request).
NetworkResponse(int, byte[], Map<String, String>, boolean) - Constructor for class com.android.volley.NetworkResponse
Creates a new network response.
NetworkResponse(byte[]) - Constructor for class com.android.volley.NetworkResponse
 
NetworkResponse(byte[], Map<String, String>) - Constructor for class com.android.volley.NetworkResponse
 
networkResponse - Variable in exception com.android.volley.VolleyError
 
newFuture() - Static method in class com.android.volley.toolbox.RequestFuture
 
newRequestQueue(Context, HttpStack) - Static method in class com.android.volley.toolbox.Volley
Creates a default instance of the worker pool and calls RequestQueue.start() on it.
newRequestQueue(Context) - Static method in class com.android.volley.toolbox.Volley
Creates a default instance of the worker pool and calls RequestQueue.start() on it.
NoCache - Class in com.android.volley.toolbox
A cache that doesn't.
NoCache() - Constructor for class com.android.volley.toolbox.NoCache
 
NoConnectionError - Exception in com.android.volley
Error indicating that no connection could be established when performing a Volley request.
NoConnectionError() - Constructor for exception com.android.volley.NoConnectionError
 
NoConnectionError(Throwable) - Constructor for exception com.android.volley.NoConnectionError
 
notModified - Variable in class com.android.volley.NetworkResponse
True if the server returned a 304 (Not Modified).

A B C D E F G H I J K L M N O P Q R S T V W