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

R

refreshNeeded() - クラス com.android.volley.Cache.Entry のメソッド
True if a refresh is needed from the original data source.
remove(String) - インタフェース com.android.volley.Cache のメソッド
Removes an entry from the cache.
remove(String) - クラス com.android.volley.toolbox.DiskBasedCache のメソッド
Removes the specified key from the cache if it exists.
remove(String) - クラス com.android.volley.toolbox.NoCache のメソッド
 
Request<T> - com.android.volley の クラス
Base class for all network requests.
Request(String, Response.ErrorListener) - クラス com.android.volley.Request のコンストラクタ
推奨されていません。 Use Request.Request(int, String, com.android.volley.Response.ErrorListener).
Request(int, String, Response.ErrorListener) - クラス com.android.volley.Request のコンストラクタ
Creates a new request with the given method (one of the values from Request.Method), URL, and error listener.
Request.Method - com.android.volley の インタフェース
Supported request methods.
Request.Priority - com.android.volley の 列挙型
Priority values.
RequestFuture<T> - com.android.volley.toolbox の クラス
A Future that represents a Volley request.
RequestQueue - com.android.volley の クラス
A request dispatch queue with a thread pool of dispatchers.
RequestQueue(Cache, Network, int, ResponseDelivery) - クラス com.android.volley.RequestQueue のコンストラクタ
Creates the worker pool.
RequestQueue(Cache, Network, int) - クラス com.android.volley.RequestQueue のコンストラクタ
Creates the worker pool.
RequestQueue(Cache, Network) - クラス com.android.volley.RequestQueue のコンストラクタ
Creates the worker pool.
RequestQueue.RequestFilter - com.android.volley の インタフェース
A simple predicate or filter interface for Requests, for use by RequestQueue.cancelAll(RequestFilter).
Response<T> - com.android.volley の クラス
Encapsulates a parsed response for delivery.
Response.ErrorListener - com.android.volley の インタフェース
Callback interface for delivering error responses.
Response.Listener<T> - com.android.volley の インタフェース
Callback interface for delivering parsed responses.
ResponseDelivery - com.android.volley の インタフェース
 
responseHeaders - クラス com.android.volley.Cache.Entry の変数
Immutable response headers as received from server; must be non-null.
result - クラス com.android.volley.Response の変数
Parsed response, or null in the case of error.
retry(VolleyError) - クラス com.android.volley.DefaultRetryPolicy のメソッド
Prepares for the next retry by applying a backoff to the timeout.
retry(VolleyError) - インタフェース com.android.volley.RetryPolicy のメソッド
Prepares for the next retry by applying a backoff to the timeout.
RetryPolicy - com.android.volley の インタフェース
Retry policy for a request.
returnBuf(byte[]) - クラス com.android.volley.toolbox.ByteArrayPool のメソッド
Returns a buffer to the pool, throwing away old buffers if the pool would exceed its allotted size.
rewriteUrl(String) - インタフェース com.android.volley.toolbox.HurlStack.UrlRewriter のメソッド
Returns a URL to use instead of the provided one, or null to indicate this URL should not be used at all.
run() - クラス com.android.volley.CacheDispatcher のメソッド
 
run() - クラス com.android.volley.NetworkDispatcher のメソッド
 

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