类 ForestRequestBody
java.lang.Object
com.dtflys.forest.http.ForestRequestBody
- 直接已知子类:
BinaryRequestBody,InputStreamRequestBody,NameValueRequestBody,ObjectRequestBody,StringRequestBody
Forest请求体
该类为Forest请求中所有类型请求体项的父类
该类为抽象类,主要有以下3个子类:
StringRequestBody 字符串请求体
ObjectRequestBody 对象请求体
NameValueRequestBody 键值对请求体
- 从以下版本开始:
- 2020-09-22 17:30
- 作者:
- gongjun[jun.gong@thebeastshop.com]
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明abstract ForestRequestBodyclone()getBody()abstract byte[]abstract ForestDataTypesetDefaultValue(String defaultValue)