Uses of Class
kong.unirest.core.java.Part
-
Packages that use Part Package Description kong.unirest.core.java -
-
Uses of Part in kong.unirest.core.java
Fields in kong.unirest.core.java declared as Part Modifier and Type Field Description private PartPartSubscriber. partFields in kong.unirest.core.java with type parameters of type Part Modifier and Type Field Description private java.util.List<Part>MultipartBodyPublisher.Builder. partsprivate java.util.List<Part>MultipartBodyPublisher. partsprivate java.util.List<Part>MultipartSubscription. partsMethods in kong.unirest.core.java that return Part Modifier and Type Method Description PartPartSubscriber. getPart()Methods in kong.unirest.core.java that return types with arguments of type Part Modifier and Type Method Description (package private) java.util.List<Part>MultipartBodyPublisher. parts()Methods in kong.unirest.core.java with parameters of type Part Modifier and Type Method Description (package private) static voidMultipartBodyPublisher. appendPartHeaders(java.lang.StringBuilder target, Part part)private booleanMultipartSubscription. subscribeToPart(Part part)Constructors in kong.unirest.core.java with parameters of type Part Constructor Description PartSubscriber(MultipartSubscription downstream, Part part, ProgressMonitor monitor)Constructor parameters in kong.unirest.core.java with type arguments of type Part Constructor Description MultipartBodyPublisher(java.util.List<Part> parts, ProgressMonitor monitor, java.lang.String boundary)MultipartSubscription(java.lang.String boundary, java.util.List<Part> parts, ProgressMonitor monitor, java.util.concurrent.Flow.Subscriber<? super java.nio.ByteBuffer> downstream)
-