JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Letter
Next Letter
Frames
No Frames
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
U
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.
NetworkDispatcherTest
- Class in
com.android.volley
NetworkDispatcherTest()
- Constructor for class com.android.volley.
NetworkDispatcherTest
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
NetworkImageViewTest
- Class in
com.android.volley.toolbox
NetworkImageViewTest()
- Constructor for class com.android.volley.toolbox.
NetworkImageViewTest
NetworkResponse
- Class in
com.android.volley
Data and headers returned from
Network.performRequest(Request)
.
NetworkResponse(int, byte[], Map<String, String>, boolean, long)
- Constructor for class com.android.volley.
NetworkResponse
Creates a new network response.
NetworkResponse(int, byte[], Map<String, String>, boolean)
- Constructor for class com.android.volley.
NetworkResponse
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
networkTimeMs
- Variable in class com.android.volley.
NetworkResponse
Network roundtrip time in milliseconds.
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
noConnection()
- Method in class com.android.volley.toolbox.
BasicNetworkTest
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
nonExpiredCacheHit()
- Method in class com.android.volley.
CacheDispatcherTest
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
L
M
N
O
P
Q
R
S
T
U
V
W
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Letter
Next Letter
Frames
No Frames
All Classes