Uses of Class
org.miaixz.bus.http.plugin.httpv.CoverHttp
Packages that use CoverHttp
-
Uses of CoverHttp in org.miaixz.bus.http
Methods in org.miaixz.bus.http with parameters of type CoverHttpModifier and TypeMethodDescriptionHttpv.addTagTask(String tag, Cancelable canceler, CoverHttp<?> task) voidHttpv.preprocess(CoverHttp<? extends CoverHttp<?>> coverHttp, Runnable request, boolean skipPreproc, boolean skipSerialPreproc) voidHttpv.removeTagTask(CoverHttp<?> task) Method parameters in org.miaixz.bus.http with type arguments of type CoverHttpModifier and TypeMethodDescriptionvoidHttpv.preprocess(CoverHttp<? extends CoverHttp<?>> coverHttp, Runnable request, boolean skipPreproc, boolean skipSerialPreproc) -
Uses of CoverHttp in org.miaixz.bus.http.plugin.httpv
Classes in org.miaixz.bus.http.plugin.httpv with type parameters of type CoverHttpSubclasses of CoverHttp in org.miaixz.bus.http.plugin.httpvModifier and TypeClassDescriptionstatic classstatic class异步 Http 请求任务static class同步 Http 请求任务Methods in org.miaixz.bus.http.plugin.httpv that return CoverHttpMethods in org.miaixz.bus.http.plugin.httpv with parameters of type CoverHttpModifier and TypeMethodDescriptionCoverTasks.Executor.download(CoverHttp<?> coverHttp, File file, InputStream input, long skipBytes) voidCoverTasks.Executor.executeOnComplete(CoverHttp<?> task, Callback<CoverResult.State> onComplete, CoverResult.State state, boolean onIo) booleanCoverTasks.Executor.executeOnException(CoverHttp<?> task, Callback<IOException> onException, IOException error, boolean onIo) voidCoverTasks.Executor.executeOnResponse(CoverHttp<?> task, Callback<CoverResult> onResponse, CoverResult result, boolean onIo) boolean全局任务监听void全局下载监听Constructors in org.miaixz.bus.http.plugin.httpv with parameters of type CoverHttpModifierConstructorDescriptionReal(CoverHttp<?> coverHttp, CoverResult.State state) Real(CoverHttp<?> coverHttp, CoverResult.State state, IOException error) Real(CoverHttp<?> coverHttp, CoverTasks.Executor executor) Real(CoverHttp<?> coverHttp, Response response, CoverTasks.Executor executor) ResultBody(CoverHttp<?> coverHttp, Response response, CoverTasks.Executor executor)