Class MultipartEntity

java.lang.Object
org.apache.http.entity.AbstractHttpEntity
org.apache.http.entity.BasicHttpEntity
org.frankframework.http.mime.MultipartEntity
All Implemented Interfaces:
org.apache.http.HttpEntity

public class MultipartEntity extends org.apache.http.entity.BasicHttpEntity implements org.apache.http.HttpEntity
  • Field Summary

    Fields inherited from class org.apache.http.entity.AbstractHttpEntity

    chunked, contentEncoding, contentType, OUTPUT_BUFFER_SIZE
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
     
    org.apache.http.Header
     
     
    boolean
     
    boolean
     
    boolean
     
    void
    writeTo(OutputStream outstream)
     

    Methods inherited from class org.apache.http.entity.BasicHttpEntity

    getContentLength, setContent, setContentLength

    Methods inherited from class org.apache.http.entity.AbstractHttpEntity

    getContentType, setChunked, setContentEncoding, setContentEncoding, setContentType, setContentType, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.apache.http.HttpEntity

    getContentLength, getContentType
  • Method Details

    • getMultipart

      public MultipartForm getMultipart()
    • isRepeatable

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

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

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

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

      public void consumeContent() throws IOException, UnsupportedOperationException
      Specified by:
      consumeContent in interface org.apache.http.HttpEntity
      Overrides:
      consumeContent in class org.apache.http.entity.AbstractHttpEntity
      Throws:
      IOException
      UnsupportedOperationException
    • getContent

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

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