|
||||||||||
前 次 | フレームあり フレームなし |
Request を使用しているパッケージ | |
---|---|
com.android.volley | |
com.android.volley.toolbox |
com.android.volley での Request の使用 |
---|
Request を返す com.android.volley のメソッド | |
---|---|
Request |
RequestQueue.add(Request request)
Adds a Request to the dispatch queue. |
Request 型のパラメータを持つ com.android.volley のメソッド | |
---|---|
Request |
RequestQueue.add(Request request)
Adds a Request to the dispatch queue. |
boolean |
RequestQueue.RequestFilter.apply(Request<?> request)
|
int |
Request.compareTo(Request<T> other)
Our comparator sorts from high to low priority, and secondarily by sequence number to provide FIFO ordering. |
NetworkResponse |
Network.performRequest(Request<?> request)
Performs the specified request. |
void |
ResponseDelivery.postError(Request<?> request,
VolleyError error)
Posts an error for the given request. |
void |
ExecutorDelivery.postError(Request<?> request,
VolleyError error)
|
void |
ResponseDelivery.postResponse(Request<?> request,
Response<?> response)
Parses a response from the network or cache and delivers it. |
void |
ExecutorDelivery.postResponse(Request<?> request,
Response<?> response)
|
void |
ResponseDelivery.postResponse(Request<?> request,
Response<?> response,
java.lang.Runnable runnable)
Parses a response from the network or cache and delivers it. |
void |
ExecutorDelivery.postResponse(Request<?> request,
Response<?> response,
java.lang.Runnable runnable)
|
Request 型の型引数を持つ com.android.volley のコンストラクタパラメータ | |
---|---|
CacheDispatcher(java.util.concurrent.BlockingQueue<Request> cacheQueue,
java.util.concurrent.BlockingQueue<Request> networkQueue,
Cache cache,
ResponseDelivery delivery)
Creates a new cache triage dispatcher thread. |
|
CacheDispatcher(java.util.concurrent.BlockingQueue<Request> cacheQueue,
java.util.concurrent.BlockingQueue<Request> networkQueue,
Cache cache,
ResponseDelivery delivery)
Creates a new cache triage dispatcher thread. |
|
NetworkDispatcher(java.util.concurrent.BlockingQueue<Request> queue,
Network network,
Cache cache,
ResponseDelivery delivery)
Creates a new network dispatcher thread. |
com.android.volley.toolbox での Request の使用 |
---|
com.android.volley.toolbox での Request のサブクラス | |
---|---|
class |
ClearCacheRequest
A synthetic request used for clearing the cache. |
class |
ImageRequest
A canned request for getting an image at a given URL and calling back with a decoded Bitmap. |
class |
JsonArrayRequest
A request for retrieving a JSONArray response body at a given URL. |
class |
JsonObjectRequest
A request for retrieving a JSONObject response body at a given URL, allowing for an
optional JSONObject to be passed in as part of the request body. |
class |
JsonRequest<T>
A request for retrieving a T type response body at a given URL that also optionally sends along a JSON body in the request specified. |
class |
StringRequest
A canned request for retrieving the response body at a given URL as a String. |
Request 型のパラメータを持つ com.android.volley.toolbox のメソッド | |
---|---|
NetworkResponse |
BasicNetwork.performRequest(Request<?> request)
|
HttpResponse |
HurlStack.performRequest(Request<?> request,
java.util.Map<java.lang.String,java.lang.String> additionalHeaders)
|
HttpResponse |
HttpStack.performRequest(Request<?> request,
java.util.Map<java.lang.String,java.lang.String> additionalHeaders)
Performs an HTTP request with the given parameters. |
HttpResponse |
HttpClientStack.performRequest(Request<?> request,
java.util.Map<java.lang.String,java.lang.String> additionalHeaders)
|
void |
RequestFuture.setRequest(Request<?> request)
|
|
||||||||||
前 次 | フレームあり フレームなし |