Uses of Interface
com.github.mizosoft.methanol.MimeBodyPublisher
-
Packages that use MimeBodyPublisher Package Description com.github.mizosoft.methanol com.github.mizosoft.methanol.internal.extensions -
-
Uses of MimeBodyPublisher in com.github.mizosoft.methanol
Classes in com.github.mizosoft.methanol that implement MimeBodyPublisher Modifier and Type Class Description classFormBodyPublisherABodyPublisherfor form submission using theapplication/x-www-form-urlencodedrequest type.classMultipartBodyPublisherABodyPublisherfor multipart bodies.Methods in com.github.mizosoft.methanol that return MimeBodyPublisher Modifier and Type Method Description static MimeBodyPublisherMoreBodyPublishers. ofMediaType(java.net.http.HttpRequest.BodyPublisher bodyPublisher, MediaType mediaType)Adapts the givenBodyPublisherinto aMimeBodyPublisherwith the given media type.MimeBodyPublisherProgressTracker. trackingMultipart(MultipartBodyPublisher upstream, ProgressTracker.MultipartListener listener)Returns aBodyPublisherthat tracks the givenMultipartBodyPublisher's upload progress with per-part progress events. -
Uses of MimeBodyPublisher in com.github.mizosoft.methanol.internal.extensions
Classes in com.github.mizosoft.methanol.internal.extensions that implement MimeBodyPublisher Modifier and Type Class Description classMimeBodyPublisherAdapter
-