Class ApplicationXMLEntity

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

public class ApplicationXMLEntity extends ApplicationEntity
  • Constructor Details

    • ApplicationXMLEntity

      public ApplicationXMLEntity(byte[] content, String charset, String contentTransferEncoding, boolean isMainBody, String filename)
  • Method Details