类的使用
com.dtflys.forest.http.ForestBody
使用ForestBody的程序包
程序包
说明
-
com.dtflys.forest.converter中ForestBody的使用
参数类型为ForestBody的com.dtflys.forest.converter中的方法修饰符和类型方法说明default byte[]ForestEncoder.encodeRequestBody(ForestBody body, Charset charset) byte[]ForestEncoder.encodeRequestBody(ForestBody body, Charset charset, ConvertOptions options) -
com.dtflys.forest.converter.binary中ForestBody的使用
修饰符和类型方法说明byte[]DefaultBinaryConverter.encodeRequestBody(ForestBody reqBody, Charset charset, ConvertOptions options) -
com.dtflys.forest.converter.form中ForestBody的使用
修饰符和类型方法说明byte[]DefaultFormConvertor.encodeRequestBody(ForestBody body, Charset charset, ConvertOptions options) -
com.dtflys.forest.converter.json中ForestBody的使用
修饰符和类型方法说明default byte[]ForestJsonConverter.encodeRequestBody(ForestBody body, Charset charset, ConvertOptions options) -
com.dtflys.forest.converter.protobuf中ForestBody的使用
修饰符和类型方法说明default byte[]ForestProtobufConverter.encodeRequestBody(ForestBody body, Charset charset, ConvertOptions options) -
com.dtflys.forest.converter.text中ForestBody的使用
修饰符和类型方法说明byte[]DefaultTextConverter.encodeRequestBody(ForestBody body, Charset charset, ConvertOptions options) -
com.dtflys.forest.http中ForestBody的使用
声明为ForestBody的com.dtflys.forest.http中的字段修饰符和类型方法说明ForestRequest.body()获取请求体对象列表ForestBody.clone()ForestBody.clone(ForestRequest request) ForestRequest.getBody()获取请求体对象列表ForestRequestBody.getBody()参数类型为ForestBody的com.dtflys.forest.http中的方法参数类型为ForestBody的com.dtflys.forest.http中的构造器限定符构造器说明ForestRequest(ForestConfiguration configuration, ForestMethod method, ForestBody body, Object[] arguments)