Uses of Interface
org.miaixz.bus.http.plugin.httpv.Preprocessor.PreChain
Packages that use Preprocessor.PreChain
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 Preprocessor.PreChain in org.miaixz.bus.http
Methods in org.miaixz.bus.http with parameters of type Preprocessor.PreChainModifier and TypeMethodDescriptionvoidHttpv.SerialPreprocessor.doProcess(Preprocessor.PreChain chain) -
Uses of Preprocessor.PreChain in org.miaixz.bus.http.plugin.httpv
Methods in org.miaixz.bus.http.plugin.httpv with parameters of type Preprocessor.PreChainModifier and TypeMethodDescriptionvoidPreprocessor.doProcess(Preprocessor.PreChain chain) Performs the preprocessing logic.