Uses of Class
kong.unirest.core.java.Part
Packages that use Part
-
Uses of Part in kong.unirest.core.java
Fields in kong.unirest.core.java declared as PartFields in kong.unirest.core.java with type parameters of type PartModifier and TypeFieldDescriptionMultipartBodyPublisher.Builder.parts
MultipartBodyPublisher.parts
MultipartSubscription.parts
Methods in kong.unirest.core.java that return PartMethods in kong.unirest.core.java that return types with arguments of type PartMethods in kong.unirest.core.java with parameters of type PartModifier and TypeMethodDescription(package private) static void
MultipartBodyPublisher.appendPartHeaders
(StringBuilder target, Part part) private boolean
MultipartSubscription.subscribeToPart
(Part part) Constructors in kong.unirest.core.java with parameters of type PartModifierConstructorDescription(package private)
PartSubscriber
(MultipartSubscription downstream, Part part, ProgressMonitor monitor) Constructor parameters in kong.unirest.core.java with type arguments of type PartModifierConstructorDescriptionprivate
MultipartBodyPublisher
(List<Part> parts, ProgressMonitor monitor, String boundary) (package private)
MultipartSubscription
(String boundary, List<Part> parts, ProgressMonitor monitor, Flow.Subscriber<? super ByteBuffer> downstream)