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 PreprocessorModifier and TypeClassDescriptionstatic classA preprocessor that ensures serial execution of other preprocessors.Methods in org.miaixz.bus.http that return PreprocessorModifier and TypeMethodDescriptionHttpv.Builder.preprocessors()Httpv.preprocessors()Gets the array of preprocessors.Methods in org.miaixz.bus.http with parameters of type PreprocessorModifier and TypeMethodDescriptionHttpv.Builder.addPreprocessor(Preprocessor preprocessor) Adds a preprocessor that can run in parallel with other preprocessors.Httpv.Builder.addSerialPreprocessor(Preprocessor preprocessor) Adds a preprocessor that will be executed serially.Constructors in org.miaixz.bus.http with parameters of type PreprocessorModifierConstructorDescriptionSerialPreprocessor(Preprocessor preprocessor) Constructs a newSerialPreprocessor.