Class HttpEntityEnclosingRequestBase

java.lang.Object
org.apache.http.message.AbstractHttpMessage
All Implemented Interfaces:
Cloneable, AbortableHttpRequest, Configurable, HttpExecutionAware, HttpUriRequest, org.apache.http.HttpEntityEnclosingRequest, org.apache.http.HttpMessage, org.apache.http.HttpRequest
Direct Known Subclasses:
HttpPatch, HttpPost, HttpPut

public abstract class HttpEntityEnclosingRequestBase extends HttpRequestBase implements org.apache.http.HttpEntityEnclosingRequest
Basic implementation of an entity enclosing HTTP request that can be modified
Since:
4.0
  • Constructor Details

    • HttpEntityEnclosingRequestBase

      public HttpEntityEnclosingRequestBase()
  • Method Details

    • getEntity

      public org.apache.http.HttpEntity getEntity()
      Specified by:
      getEntity in interface org.apache.http.HttpEntityEnclosingRequest
    • setEntity

      public void setEntity(org.apache.http.HttpEntity entity)
      Specified by:
      setEntity in interface org.apache.http.HttpEntityEnclosingRequest
    • expectContinue

      public boolean expectContinue()
      Specified by:
      expectContinue in interface org.apache.http.HttpEntityEnclosingRequest
    • clone

      public Object clone() throws CloneNotSupportedException
      Overrides:
      clone in class AbstractExecutionAwareRequest
      Throws:
      CloneNotSupportedException