Class MultipartReportEntity

java.lang.Object
org.apache.hc.core5.http.io.entity.AbstractHttpEntity
All Implemented Interfaces:
Closeable, AutoCloseable, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.HttpEntity
Direct Known Subclasses:
DispositionNotificationMultipartReportEntity

public class MultipartReportEntity extends MultipartMimeEntity
  • Constructor Details

    • MultipartReportEntity

      public MultipartReportEntity(org.apache.hc.core5.http.ContentType contentType, String contentTransferEncoding, boolean isMainBody, String boundary)
  • Method Details