类 RequestEntity
java.lang.Object
xyz.migoo.simplehttp.RequestEntity
- 作者:
- xiaomi Created in 2021/7/21 19:50
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static RequestEntitystatic RequestEntitystatic RequestEntitybyte[]org.apache.hc.core5.http.HttpEntitystatic RequestEntitystatic RequestEntity
-
构造器详细资料
-
RequestEntity
protected RequestEntity(org.apache.hc.core5.http.HttpEntity entity, byte[] content)
-
-
方法详细资料
-
json
-
json
-
form
-
form
-
bytes
-
getEntity
public org.apache.hc.core5.http.HttpEntity getEntity() -
getContent
public byte[] getContent()
-