Uses of Class
org.miaixz.bus.http.plugin.httpv.CoverTasks.Executor
Packages that use CoverTasks.Executor
Package
Description
An HTTP client for Java applications.
Provides the core implementation classes for the Httpv client, including task management, execution, data conversion,
and WebSocket support.
-
Uses of CoverTasks.Executor in org.miaixz.bus.http
Methods in org.miaixz.bus.http that return CoverTasks.ExecutorModifier and TypeMethodDescriptionHttpv.executor()Gets the executor for handling asynchronous tasks. -
Uses of CoverTasks.Executor in org.miaixz.bus.http.plugin.httpv
Fields in org.miaixz.bus.http.plugin.httpv declared as CoverTasks.ExecutorModifier and TypeFieldDescriptionprotected CoverTasks.ExecutorResultBody.executorThe executor for handling callbacks and data conversions.Methods in org.miaixz.bus.http.plugin.httpv with parameters of type CoverTasks.ExecutorModifier and TypeMethodDescriptionstatic CoverResultCoverResult.of(Response response, CoverTasks.Executor executor) Creates a fully functionalCoverResultfrom a rawResponseand a task executor.Constructors in org.miaixz.bus.http.plugin.httpv with parameters of type CoverTasks.ExecutorModifierConstructorDescriptionCoverCall(CoverTasks.Executor executor, String msgType) Constructs a new CoverCall.Downloads(File file, InputStream input, CoverTasks.Executor executor, long skipBytes) Constructs a new download handler.Real(CoverHttp<?> coverHttp, CoverTasks.Executor executor) Constructs a result with an executor, to be populated later.Real(CoverHttp<?> coverHttp, Response response, CoverTasks.Executor executor) Constructs a result from a successful response.ResultBody(CoverHttp<?> coverHttp, Response response, CoverTasks.Executor executor) Constructs a new ResultBody.