Class MultipartUploadEntity

java.lang.Object
com.atlassian.confluence.it.web.MultipartUploadEntity

public class MultipartUploadEntity extends Object
  • Constructor Details

    • MultipartUploadEntity

      public MultipartUploadEntity()
  • Method Details

    • addClasspathResource

      public void addClasspathResource(String resourcePath, String contentType, String comment) throws IOException
      Throws:
      IOException
    • addClasspathResource

      public void addClasspathResource(String resourcePath, String contentType, String comment, String filename) throws IOException
      Throws:
      IOException
    • addResource

      public void addResource(String resourcePath, String contentType, String comment, String fileName)
    • wrapMultiPartFormInfo

      public org.apache.hc.core5.http.io.support.ClassicRequestBuilder wrapMultiPartFormInfo(org.apache.hc.core5.http.io.support.ClassicRequestBuilder classicRequestBuilder)