Class MultipartBodyPublisher


  • public class MultipartBodyPublisher
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.net.http.HttpRequest.BodyPublisher ofMimeMultipartData​(java.util.Map<java.lang.Object,​java.lang.Object> data, java.lang.String boundary, ImageType forcedImageType)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MultipartBodyPublisher

        public MultipartBodyPublisher()
    • Method Detail

      • ofMimeMultipartData

        public static java.net.http.HttpRequest.BodyPublisher ofMimeMultipartData​(java.util.Map<java.lang.Object,​java.lang.Object> data,
                                                                                  java.lang.String boundary,
                                                                                  ImageType forcedImageType)
                                                                           throws java.io.IOException,
                                                                                  UnknownMimeTypeException
        Throws:
        java.io.IOException
        UnknownMimeTypeException