|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectcom.android.volley.Request<java.lang.Object>
com.android.volley.toolbox.ClearCacheRequest
public class ClearCacheRequest
A synthetic request used for clearing the cache.
入れ子のクラスの概要 |
---|
クラス com.android.volley.Request から継承された入れ子のクラス/インタフェース |
---|
Request.Method, Request.Priority |
コンストラクタの概要 | |
---|---|
ClearCacheRequest(Cache cache,
java.lang.Runnable callback)
Creates a synthetic request for clearing the cache. |
メソッドの概要 | |
---|---|
Request.Priority |
getPriority()
Returns the Request.Priority of this request; Request.Priority.NORMAL by default. |
boolean |
isCanceled()
Returns true if this request has been canceled. |
クラス com.android.volley.Request から継承されたメソッド |
---|
addMarker, cancel, compareTo, deliverError, getBody, getBodyContentType, getCacheEntry, getCacheKey, getHeaders, getMethod, getPostBody, getPostBodyContentType, getRetryPolicy, getSequence, getTag, getTimeoutMs, getTrafficStatsTag, getUrl, hasHadResponseDelivered, markDelivered, setCacheEntry, setRequestQueue, setRetryPolicy, setSequence, setShouldCache, setTag, shouldCache, toString |
クラス java.lang.Object から継承されたメソッド |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
コンストラクタの詳細 |
---|
public ClearCacheRequest(Cache cache, java.lang.Runnable callback)
cache
- Cache to clearcallback
- Callback to make on the main thread once the cache is clear,
or null for noneメソッドの詳細 |
---|
public boolean isCanceled()
Request
の記述:
Request<java.lang.Object>
内の isCanceled
public Request.Priority getPriority()
Request
の記述:Request.Priority
of this request; Request.Priority.NORMAL
by default.
Request<java.lang.Object>
内の getPriority
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |