Uses of Class
com.github.mizosoft.methanol.MultipartBodyPublisher.Part
-
Packages that use MultipartBodyPublisher.Part Package Description com.github.mizosoft.methanol -
-
Uses of MultipartBodyPublisher.Part in com.github.mizosoft.methanol
Methods in com.github.mizosoft.methanol that return MultipartBodyPublisher.Part Modifier and Type Method Description static MultipartBodyPublisher.PartMultipartBodyPublisher.Part. create(java.net.http.HttpHeaders headers, java.net.http.HttpRequest.BodyPublisher bodyPublisher)Returns a newPartwith the given headers and body publisher.MultipartBodyPublisher.PartProgressTracker.MultipartProgress. part()Returns the currently progressing part.Methods in com.github.mizosoft.methanol that return types with arguments of type MultipartBodyPublisher.Part Modifier and Type Method Description java.util.List<MultipartBodyPublisher.Part>MultipartBodyPublisher. parts()Returns an immutable list containing this body's parts.Methods in com.github.mizosoft.methanol with parameters of type MultipartBodyPublisher.Part Modifier and Type Method Description MultipartBodyPublisher.BuilderMultipartBodyPublisher.Builder. part(MultipartBodyPublisher.Part part)Adds the given part.
-