|
||||||||||
前 次 | フレームあり フレームなし |
Network を使用しているパッケージ | |
---|---|
com.android.volley | |
com.android.volley.toolbox |
com.android.volley での Network の使用 |
---|
Network 型のパラメータを持つ com.android.volley のコンストラクタ | |
---|---|
NetworkDispatcher(java.util.concurrent.BlockingQueue<Request> queue,
Network network,
Cache cache,
ResponseDelivery delivery)
Creates a new network dispatcher thread. |
|
RequestQueue(Cache cache,
Network network)
Creates the worker pool. |
|
RequestQueue(Cache cache,
Network network,
int threadPoolSize)
Creates the worker pool. |
|
RequestQueue(Cache cache,
Network network,
int threadPoolSize,
ResponseDelivery delivery)
Creates the worker pool. |
com.android.volley.toolbox での Network の使用 |
---|
Network を実装している com.android.volley.toolbox のクラス | |
---|---|
class |
BasicNetwork
A network performing Volley requests over an HttpStack . |
|
||||||||||
前 次 | フレームあり フレームなし |