类 ForestRequestBody

java.lang.Object
com.dtflys.forest.http.ForestRequestBody
直接已知子类:
BinaryRequestBody, InputStreamRequestBody, NameValueRequestBody, ObjectRequestBody, StringRequestBody

public abstract class ForestRequestBody extends Object
Forest请求体

该类为Forest请求中所有类型请求体项的父类

该类为抽象类,主要有以下3个子类:

StringRequestBody 字符串请求体

ObjectRequestBody 对象请求体

NameValueRequestBody 键值对请求体

从以下版本开始:
2020-09-22 17:30
作者:
gongjun[jun.gong@thebeastshop.com]
  • 字段详细资料

    • body

      protected ForestBody body
      所对应的请求体对象
  • 构造器详细资料

    • ForestRequestBody

      public ForestRequestBody()
  • 方法详细资料