Class UploadProgressHttpEntity

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

    public class UploadProgressHttpEntity
    extends Object
    implements org.apache.http.HttpEntity
    • Constructor Detail

      • UploadProgressHttpEntity

        public UploadProgressHttpEntity​(org.apache.http.HttpEntity wrappedEntity,
                                        Consumer<Long> progressConsumer)
    • Method Detail

      • isRepeatable

        public boolean isRepeatable()
        Specified by:
        isRepeatable in interface org.apache.http.HttpEntity
      • isChunked

        public boolean isChunked()
        Specified by:
        isChunked in interface org.apache.http.HttpEntity
      • getContentLength

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

        public org.apache.http.Header getContentType()
        Specified by:
        getContentType in interface org.apache.http.HttpEntity
      • getContentEncoding

        public org.apache.http.Header getContentEncoding()
        Specified by:
        getContentEncoding in interface org.apache.http.HttpEntity
      • isStreaming

        public boolean isStreaming()
        Specified by:
        isStreaming in interface org.apache.http.HttpEntity
      • consumeContent

        public void consumeContent()
                            throws IOException
        Specified by:
        consumeContent in interface org.apache.http.HttpEntity
        Throws:
        IOException