注释类型的使用
com.dtflys.forest.annotation.MethodLifeCycle

使用MethodLifeCycle的程序包
  • com.dtflys.forest.annotationMethodLifeCycle的使用

    修饰符和类型
    说明
    @interface 
    主机地址注解
    @interface 
    Forest后端框架注解
    @interface 
    Forest后端框架 Client 注解
    @interface 
     
    @interface 
    标记是否开启解压GZIP响应内容的注解
    @interface 
    Delete请求信息定义注解,该注解只能修饰方法,被修饰的方法会自动被动态代理。
    @interface 
    Delete请求信息定义注解,该注解只能修饰方法,被修饰的方法会自动被动态代理。
    @interface 
    Get请求信息定义注解,该注解只能修饰方法,被修饰的方法会自动被动态代理。
    @interface 
    Get请求信息定义注解,该注解只能修饰方法,被修饰的方法会自动被动态代理。
    @interface 
     
    @interface 
    Head请求信息定义注解,该注解只能修饰方法,被修饰的方法会自动被动态代理。
    @interface 
    HTTP正向代理注解
    @interface 
    Forest请求日志控制注解
    @interface 
    Forest请求日志处理器注解
    @interface 
    Options请求信息定义注解,该注解只能修饰方法,被修饰的方法会自动被动态代理。
    @interface 
    Options请求信息定义注解,该注解只能修饰方法,被修饰的方法会自动被动态代理。
    @interface 
    Patch请求信息定义注解,该注解只能修饰方法,被修饰的方法会自动被动态代理。
    @interface 
    Patch请求信息定义注解,该注解只能修饰方法,被修饰的方法会自动被动态代理。
    @interface 
    Post请求信息定义注解,该注解只能修饰方法,被修饰的方法会自动被动态代理。
    @interface 
    Post请求信息定义注解,该注解只能修饰方法,被修饰的方法会自动被动态代理。
    @interface 
    Put请求信息定义注解,该注解只能修饰方法,被修饰的方法会自动被动态代理。
    @interface 
    Put请求信息定义注解,该注解只能修饰方法,被修饰的方法会自动被动态代理。
    @interface 
    自定重定向注解
    @interface 
    请求信息定义注解,该注解只能修饰方法,被修饰的方法会自动被动态代理。
    @interface 
    请求重试注解
    @interface 
    请求重试器注解
    @interface 
    自定义SSL主机名/域名验证器注解
    @interface 
    自定义 SSL Socket 工厂构造器注解
    @interface 
    请求成功注解
    @interface 
    Trace请求信息定义注解,该注解只能修饰方法,被修饰的方法会自动被动态代理。
    @interface 
    Trace请求信息定义注解,该注解只能修饰方法,被修饰的方法会自动被动态代理。
  • com.dtflys.forest.backend.httpclientMethodLifeCycle的使用

    修饰符和类型
    说明
    @interface 
    后端注解: HttpClient
  • com.dtflys.forest.backend.okhttp3MethodLifeCycle的使用

    修饰符和类型
    说明
    @interface 
    后端注解: OkHttp3
  • com.dtflys.forest.extensionsMethodLifeCycle的使用

    修饰符和类型
    说明
    @interface 
    Basic Auth 类型的验签注解
    @interface 
    文件下载注解
    @interface 
    OAuth2 请求。