接口 Interceptor.Chain

所有已知实现类:
InterceptionChain
封闭接口:
Interceptor

public static interface Interceptor.Chain
拦截链
作者:
ray_kwan
  • 方法详细资料

    • context

      Context context()
    • proceed

      Result proceed(Context context)
      执行下一个拦截器
      参数:
      context -
      返回: