模块 okhttps

接口 Preprocessor

所有已知实现类:
SerialPreprocessor

public interface Preprocessor
预处理器,支持异步 在 HTTP 请求任务正式开始之前执行
作者:
Troy.Zhou
  • 嵌套类概要

    嵌套类
    修饰符和类型
    接口
    说明
    static interface 
     
  • 方法概要

    修饰符和类型
    方法
    说明
    void
    在 HTTP 请求开始之前执行
  • 方法详细资料

    • doProcess

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