接口的使用
com.ejlchina.okhttps.Process
使用Process的程序包
-
com.ejlchina.okhttps中Process的使用
类型变量类型为Process的com.ejlchina.okhttps中的方法参数修饰符和类型方法说明HttpResult.Body.setOnProcess(Consumer<Process> onProcess) 设置报文体接收进度回调HttpTask.setOnProcess(Consumer<Process> onProcess) 设置报文体发送进度回调 -
com.ejlchina.okhttps.internal中Process的使用
类型变量类型为Process的com.ejlchina.okhttps.internal中的方法参数类型变量类型为Process的com.ejlchina.okhttps.internal中的构造器参数限定符构造器说明ProcessInputStream(InputStream input, Consumer<Process> onProcess, long totalBytes, long stepBytes, long doneBytes, Executor callbackExecutor) ProcessRequestBody(okhttp3.RequestBody requestBody, Consumer<Process> onProcess, Executor callbackExecutor, long contentLength, long stepBytes)