Uses of Class
org.miaixz.bus.http.plugin.httpv.CoverTasks.Executor.Data
Packages that use CoverTasks.Executor.Data
Package
Description
Provides the core implementation classes for the Httpv client, including task management, execution, data conversion,
and WebSocket support.
-
Uses of CoverTasks.Executor.Data in org.miaixz.bus.http.plugin.httpv
Methods in org.miaixz.bus.http.plugin.httpv that return CoverTasks.Executor.DataModifier and TypeMethodDescription<V> CoverTasks.Executor.Data<V> CoverTasks.Executor.doMsgConvert(String type, CoverTasks.Executor.ConvertFunc<V> callable) Performs a data conversion by applying the given function to a suitable converter, optionally filtered by type.