Class Httpv.SerialPreprocessor

java.lang.Object
org.miaixz.bus.http.Httpv.SerialPreprocessor
All Implemented Interfaces:
Preprocessor
Enclosing class:
Httpv

public static class Httpv.SerialPreprocessor extends Object implements Preprocessor
串行预处理器
  • Constructor Details

    • SerialPreprocessor

      public SerialPreprocessor(Preprocessor preprocessor)
  • Method Details

    • doProcess

      public void doProcess(Preprocessor.PreChain chain)
      Description copied from interface: Preprocessor
      在HTTP请求开始之前执行
      Specified by:
      doProcess in interface Preprocessor
      Parameters:
      chain - 预处理器链
    • afterProcess

      public void afterProcess()