模块 okhttps

类 CopyInterceptor

java.lang.Object
com.ejlchina.okhttps.internal.CopyInterceptor
所有已实现的接口:
okhttp3.Interceptor

public class CopyInterceptor extends Object implements okhttp3.Interceptor
  • 嵌套类概要

    从接口继承的嵌套类/接口 okhttp3.Interceptor

    okhttp3.Interceptor.Chain
  • 字段概要

    字段
    修饰符和类型
    字段
    说明
    static final String
     
  • 构造器概要

    构造器
    构造器
    说明
     
  • 方法概要

    修饰符和类型
    方法
    说明
    okhttp3.Response
    intercept(okhttp3.Interceptor.Chain chain)
     
    static boolean
    notIn(List<okhttp3.Interceptor> list)
     

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 字段详细资料

  • 构造器详细资料

    • CopyInterceptor

      public CopyInterceptor()
  • 方法详细资料

    • notIn

      public static boolean notIn(List<okhttp3.Interceptor> list)
    • intercept

      public okhttp3.Response intercept(okhttp3.Interceptor.Chain chain) throws IOException
      指定者:
      intercept 在接口中 okhttp3.Interceptor
      抛出:
      IOException