接口的使用
com.android.volley.Network
使用Network的程序包
-
com.android.volley中Network的使用
参数类型为Network的com.android.volley中的构造器限定符构造器说明NetworkDispatcher(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的使用