Uses of Class
com.github.mizosoft.methanol.MultipartBodyPublisher.Part
Packages that use MultipartBodyPublisher.Part
-
Uses of MultipartBodyPublisher.Part in com.github.mizosoft.methanol
Methods in com.github.mizosoft.methanol that return MultipartBodyPublisher.PartModifier and TypeMethodDescriptionstatic MultipartBodyPublisher.PartMultipartBodyPublisher.Part.create(HttpHeaders headers, HttpRequest.BodyPublisher bodyPublisher) Returns a newPartwith the given headers and body publisher.ProgressTracker.MultipartProgress.part()Returns the currently progressing part.Methods in com.github.mizosoft.methanol that return types with arguments of type MultipartBodyPublisher.PartModifier and TypeMethodDescriptionMultipartBodyPublisher.parts()Returns an immutable list containing this body's parts.Methods in com.github.mizosoft.methanol with parameters of type MultipartBodyPublisher.PartModifier and TypeMethodDescriptionMultipartBodyPublisher.Builder.part(MultipartBodyPublisher.Part part) Adds the given part.