类 BaseRequestEntity
java.lang.Object
xyz.migoo.simplehttp.RequestEntity
- 作者:
- xiaomi Created in 2021/7/21 19:50
-
构造器概要
构造器 -
方法概要
-
构造器详细资料
-
BaseRequestEntity
protected BaseRequestEntity(org.apache.hc.core5.http.HttpEntity entity, byte[] content)
-
-
方法详细资料
-
getEntity
public org.apache.hc.core5.http.HttpEntity getEntity() -
getContent
public byte[] getContent()
-