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

C

Cache - com.android.volley の インタフェース
An interface for a cache keyed by a String with a byte array as data.
Cache.Entry - com.android.volley の クラス
Data and metadata for an entry returned by the cache.
Cache.Entry() - クラス com.android.volley.Cache.Entry のコンストラクタ
 
CacheDispatcher - com.android.volley の クラス
Provides a thread for performing cache triage on a queue of requests.
CacheDispatcher(BlockingQueue<Request>, BlockingQueue<Request>, Cache, ResponseDelivery) - クラス com.android.volley.CacheDispatcher のコンストラクタ
Creates a new cache triage dispatcher thread.
cacheEntry - クラス com.android.volley.Response の変数
Cache metadata for this response, or null in the case of error.
cancel() - クラス com.android.volley.Request のメソッド
Mark this request as canceled.
cancel(boolean) - クラス com.android.volley.toolbox.RequestFuture のメソッド
 
cancelAll(RequestQueue.RequestFilter) - クラス com.android.volley.RequestQueue のメソッド
Cancels all requests in this queue for which the given filter applies.
cancelAll(Object) - クラス com.android.volley.RequestQueue のメソッド
Cancels all requests in this queue with the given tag.
cancelRequest() - クラス com.android.volley.toolbox.ImageLoader.ImageContainer のメソッド
Releases interest in the in-flight request (and cancels it if no one else is listening).
clear() - インタフェース com.android.volley.Cache のメソッド
Empties the cache.
clear() - クラス com.android.volley.toolbox.DiskBasedCache のメソッド
Clears the cache.
clear() - クラス com.android.volley.toolbox.NoCache のメソッド
 
ClearCacheRequest - com.android.volley.toolbox の クラス
A synthetic request used for clearing the cache.
ClearCacheRequest(Cache, Runnable) - クラス com.android.volley.toolbox.ClearCacheRequest のコンストラクタ
Creates a synthetic request for clearing the cache.
close() - クラス com.android.volley.toolbox.PoolingByteArrayOutputStream のメソッド
 
com.android.volley - パッケージ com.android.volley
 
com.android.volley.toolbox - パッケージ com.android.volley.toolbox
 
compareTo(Request<T>) - クラス com.android.volley.Request のメソッド
Our comparator sorts from high to low priority, and secondarily by sequence number to provide FIFO ordering.

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