类 BaseRequestEntity

java.lang.Object
xyz.migoo.simplehttp.RequestEntity
直接已知子类:
RequestBytesEntity, RequestFileEntity, RequestFormEntity, RequestJsonEntity

public abstract class BaseRequestEntity extends Object
作者:
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()