|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectcom.android.volley.toolbox.BasicNetwork
public class BasicNetwork
A network performing Volley requests over an HttpStack
.
コンストラクタの概要 | |
---|---|
BasicNetwork(HttpStack httpStack)
|
|
BasicNetwork(HttpStack httpStack,
ByteArrayPool pool)
|
メソッドの概要 | |
---|---|
NetworkResponse |
performRequest(Request<?> request)
Performs the specified request. |
クラス java.lang.Object から継承されたメソッド |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public BasicNetwork(HttpStack httpStack)
httpStack
- HTTP stack to be usedpublic BasicNetwork(HttpStack httpStack, ByteArrayPool pool)
httpStack
- HTTP stack to be usedpool
- a buffer pool that improves GC performance in copy operationsメソッドの詳細 |
---|
public NetworkResponse performRequest(Request<?> request) throws VolleyError
Network
の記述:
Network
内の performRequest
request
- Request to process
NetworkResponse
with data and caching metadata; will never be null
VolleyError
- on errors
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |