|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
public interface ResponseDelivery
メソッドの概要 | |
---|---|
void |
postError(Request<?> request,
VolleyError error)
Posts an error for the given request. |
void |
postResponse(Request<?> request,
Response<?> response)
Parses a response from the network or cache and delivers it. |
void |
postResponse(Request<?> request,
Response<?> response,
java.lang.Runnable runnable)
Parses a response from the network or cache and delivers it. |
メソッドの詳細 |
---|
void postResponse(Request<?> request, Response<?> response)
void postResponse(Request<?> request, Response<?> response, java.lang.Runnable runnable)
void postError(Request<?> request, VolleyError error)
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |