Class HttpEntityEnclosingRequestBase

    • Constructor Detail

      • HttpEntityEnclosingRequestBase

        public HttpEntityEnclosingRequestBase()
    • Method Detail

      • 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 java.lang.Object clone()
                               throws java.lang.CloneNotSupportedException
        Overrides:
        clone in class AbstractExecutionAwareRequest
        Throws:
        java.lang.CloneNotSupportedException