Interface Preprocessor

All Known Implementing Classes:
Httpv.SerialPreprocessor

public interface Preprocessor
预处理器,支持异步 在HTTP请求任务正式开始之前执行
Since:
Java 17+
Author:
Kimi Liu
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    在HTTP请求开始之前执行
  • Method Details

    • doProcess

      void doProcess(Preprocessor.PreChain chain)
      在HTTP请求开始之前执行
      Parameters:
      chain - 预处理器链