Uses of Interface
org.miaixz.bus.http.plugin.httpv.Convertor
Packages that use Convertor
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 Convertor in org.miaixz.bus.http
Methods in org.miaixz.bus.http that return ConvertorMethods in org.miaixz.bus.http with parameters of type ConvertorModifier and TypeMethodDescriptionHttpv.Builder.addMsgConvertor(Convertor convertor) Adds a message converter for handling different response formats. -
Uses of Convertor in org.miaixz.bus.http.plugin.httpv
Classes in org.miaixz.bus.http.plugin.httpv that implement ConvertorModifier and TypeClassDescriptionstatic classA form converter that can be used to automatically serialize form parameters.Methods in org.miaixz.bus.http.plugin.httpv that return ConvertorMethods in org.miaixz.bus.http.plugin.httpv with parameters of type ConvertorModifier and TypeMethodDescriptionApplies the conversion logic using the given converter.Constructors in org.miaixz.bus.http.plugin.httpv with parameters of type ConvertorModifierConstructorDescriptionExecutor(Executor ioExecutor, Executor mainExecutor, Downloads.Listener downloadListener, CoverTasks.Listener<CoverResult> responseListener, CoverTasks.Listener<IOException> exceptionListener, CoverTasks.Listener<CoverResult.State> completeListener, Convertor[] convertors) Constructs a new Executor.FormConvertor(Convertor convertor)