类 HttpDeleteWithBody

java.lang.Object
org.apache.hc.core5.http.message.HeaderGroup
org.apache.hc.core5.http.message.BasicHttpRequest
org.apache.hc.core5.http.message.BasicClassicHttpRequest
org.apache.hc.client5.http.classic.methods.HttpUriRequestBase
com.digiwin.dap.middleware.dwpay.common.comm.HttpDeleteWithBody
所有已实现的接口:
Serializable, org.apache.hc.client5.http.classic.methods.HttpUriRequest, org.apache.hc.client5.http.config.Configurable, org.apache.hc.core5.concurrent.Cancellable, org.apache.hc.core5.concurrent.CancellableDependency, org.apache.hc.core5.http.ClassicHttpRequest, org.apache.hc.core5.http.HttpEntityContainer, org.apache.hc.core5.http.HttpMessage, org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.MessageHeaders

public class HttpDeleteWithBody extends org.apache.hc.client5.http.classic.methods.HttpUriRequestBase
另请参阅:
  • 字段概要

    字段
    修饰符和类型
    字段
    说明
    static final String
     
  • 构造器概要

    构造器
    构造器
    说明
     
     
  • 方法概要

    修饰符和类型
    方法
    说明
     

    从类继承的方法 org.apache.hc.client5.http.classic.methods.HttpUriRequestBase

    abort, cancel, getConfig, isAborted, isCancelled, reset, setConfig, setDependency, toString

    从类继承的方法 org.apache.hc.core5.http.message.BasicClassicHttpRequest

    getEntity, setEntity

    从类继承的方法 org.apache.hc.core5.http.message.BasicHttpRequest

    addHeader, getAuthority, getPath, getRequestUri, getScheme, getUri, getVersion, setAbsoluteRequestUri, setAuthority, setHeader, setPath, setScheme, setUri, setVersion

    从类继承的方法 org.apache.hc.core5.http.message.HeaderGroup

    addHeader, clear, containsHeader, countHeaders, getCondensedHeader, getFirstHeader, getHeader, getHeaders, getHeaders, getLastHeader, headerIterator, headerIterator, removeHeader, removeHeaders, removeHeaders, setHeader, setHeaders

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    从接口继承的方法 org.apache.hc.core5.http.HttpEntityContainer

    getEntity, setEntity

    从接口继承的方法 org.apache.hc.core5.http.HttpMessage

    addHeader, addHeader, getVersion, removeHeader, removeHeaders, setHeader, setHeader, setHeaders, setVersion

    从接口继承的方法 org.apache.hc.core5.http.HttpRequest

    getAuthority, getPath, getRequestUri, getScheme, getUri, setAuthority, setPath, setScheme, setUri

    从接口继承的方法 org.apache.hc.core5.http.MessageHeaders

    containsHeader, countHeaders, getFirstHeader, getHeader, getHeaders, getHeaders, getLastHeader, headerIterator, headerIterator
  • 字段详细资料

  • 构造器详细资料

    • HttpDeleteWithBody

      public HttpDeleteWithBody(URI uri)
    • HttpDeleteWithBody

      public HttpDeleteWithBody(String uri)
      抛出:
      IllegalArgumentException - if the uri is invalid.
  • 方法详细资料

    • getMethod

      public String getMethod()
      指定者:
      getMethod 在接口中 org.apache.hc.core5.http.HttpRequest
      覆盖:
      getMethod 在类中 org.apache.hc.core5.http.message.BasicHttpRequest