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

N

Network - com.android.volley の インタフェース
An interface for performing requests.
NetworkDispatcher - com.android.volley の クラス
Provides a thread for performing network dispatch from a queue of requests.
NetworkDispatcher(BlockingQueue<Request>, Network, Cache, ResponseDelivery) - クラス com.android.volley.NetworkDispatcher のコンストラクタ
Creates a new network dispatcher thread.
NetworkError - com.android.volley の 例外
Indicates that there was a network error when performing a Volley request.
NetworkError() - 例外 com.android.volley.NetworkError のコンストラクタ
 
NetworkError(Throwable) - 例外 com.android.volley.NetworkError のコンストラクタ
 
NetworkError(NetworkResponse) - 例外 com.android.volley.NetworkError のコンストラクタ
 
NetworkImageView - com.android.volley.toolbox の クラス
Handles fetching an image from a URL as well as the life-cycle of the associated request.
NetworkImageView(Context) - クラス com.android.volley.toolbox.NetworkImageView のコンストラクタ
 
NetworkImageView(Context, AttributeSet) - クラス com.android.volley.toolbox.NetworkImageView のコンストラクタ
 
NetworkImageView(Context, AttributeSet, int) - クラス com.android.volley.toolbox.NetworkImageView のコンストラクタ
 
NetworkResponse - com.android.volley の クラス
Data and headers returned from Network.performRequest(Request).
NetworkResponse(int, byte[], Map<String, String>, boolean) - クラス com.android.volley.NetworkResponse のコンストラクタ
Creates a new network response.
NetworkResponse(byte[]) - クラス com.android.volley.NetworkResponse のコンストラクタ
 
NetworkResponse(byte[], Map<String, String>) - クラス com.android.volley.NetworkResponse のコンストラクタ
 
networkResponse - 例外 com.android.volley.VolleyError の変数
 
newFuture() - クラス com.android.volley.toolbox.RequestFuture の static メソッド
 
newRequestQueue(Context, HttpStack) - クラス com.android.volley.toolbox.Volley の static メソッド
Creates a default instance of the worker pool and calls RequestQueue.start() on it.
newRequestQueue(Context) - クラス com.android.volley.toolbox.Volley の static メソッド
Creates a default instance of the worker pool and calls RequestQueue.start() on it.
NoCache - com.android.volley.toolbox の クラス
A cache that doesn't.
NoCache() - クラス com.android.volley.toolbox.NoCache のコンストラクタ
 
NoConnectionError - com.android.volley の 例外
Error indicating that no connection could be established when performing a Volley request.
NoConnectionError() - 例外 com.android.volley.NoConnectionError のコンストラクタ
 
NoConnectionError(Throwable) - 例外 com.android.volley.NoConnectionError のコンストラクタ
 
notModified - クラス com.android.volley.NetworkResponse の変数
True if the server returned a 304 (Not Modified).

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