Uses of Interface
org.miaixz.bus.http.plugin.httpv.Preprocessor
Packages that use Preprocessor
-
Uses of Preprocessor in org.miaixz.bus.http
Classes in org.miaixz.bus.http that implement PreprocessorMethods in org.miaixz.bus.http that return PreprocessorMethods in org.miaixz.bus.http with parameters of type PreprocessorModifier and TypeMethodDescriptionHttpv.Builder.addPreprocessor(Preprocessor preprocessor) 添加可并行处理请求任务的预处理器Httpv.Builder.addSerialPreprocessor(Preprocessor preprocessor) 添加预处理器Constructors in org.miaixz.bus.http with parameters of type Preprocessor