Class InternalEntityEnclosingHttpRequest

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private org.apache.http.HttpEntity entity  
      • Fields inherited from class org.apache.http.message.AbstractHttpMessage

        headergroup, params
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean expectContinue()  
      org.apache.http.HttpEntity getEntity()  
      void setEntity​(org.apache.http.HttpEntity entity)  
      • Methods inherited from class org.apache.http.message.AbstractHttpMessage

        addHeader, addHeader, containsHeader, getAllHeaders, getFirstHeader, getHeaders, getLastHeader, getParams, headerIterator, headerIterator, removeHeader, removeHeaders, setHeader, setHeader, setHeaders, setParams
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface org.apache.http.HttpMessage

        addHeader, addHeader, containsHeader, getAllHeaders, getFirstHeader, getHeaders, getLastHeader, getParams, getProtocolVersion, headerIterator, headerIterator, removeHeader, removeHeaders, setHeader, setHeader, setHeaders, setParams
      • Methods inherited from interface org.apache.http.HttpRequest

        getRequestLine
    • Field Detail

      • entity

        private org.apache.http.HttpEntity entity
    • Constructor Detail

      • InternalEntityEnclosingHttpRequest

        public InternalEntityEnclosingHttpRequest​(java.lang.String method,
                                                  java.net.URI requestURI)
    • 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