Class ByteArrayOSRequestEntity

  • All Implemented Interfaces:
    org.apache.http.HttpEntity

    public class ByteArrayOSRequestEntity
    extends org.apache.http.entity.BasicHttpEntity
    • Method Detail

      • getContentLength

        public long getContentLength()
        Specified by:
        getContentLength in interface org.apache.http.HttpEntity
        Overrides:
        getContentLength in class org.apache.http.entity.BasicHttpEntity
      • getContentType

        public org.apache.http.Header getContentType()
        Specified by:
        getContentType in interface org.apache.http.HttpEntity
        Overrides:
        getContentType in class org.apache.http.entity.AbstractHttpEntity
      • isRepeatable

        public boolean isRepeatable()
        Specified by:
        isRepeatable in interface org.apache.http.HttpEntity
        Overrides:
        isRepeatable in class org.apache.http.entity.BasicHttpEntity
      • writeTo

        public void writeTo​(OutputStream out)
                     throws IOException
        Specified by:
        writeTo in interface org.apache.http.HttpEntity
        Overrides:
        writeTo in class org.apache.http.entity.BasicHttpEntity
        Throws:
        IOException
      • isStreaming

        public boolean isStreaming()
        Specified by:
        isStreaming in interface org.apache.http.HttpEntity
        Overrides:
        isStreaming in class org.apache.http.entity.BasicHttpEntity