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 Part
PartSubscriber. part
Fields in kong.unirest.core.java with type parameters of type Part Modifier and Type Field Description private java.util.List<Part>
MultipartBodyPublisher.Builder. parts
private java.util.List<Part>
MultipartBodyPublisher. parts
private java.util.List<Part>
MultipartSubscription. parts
Methods in kong.unirest.core.java that return Part Modifier and Type Method Description Part
PartSubscriber. 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 void
MultipartBodyPublisher. appendPartHeaders(java.lang.StringBuilder target, Part part)
private boolean
MultipartSubscription. 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)
MultipartSubscription(java.lang.String boundary, java.util.List<Part> parts, ProgressMonitor monitor, java.util.concurrent.Flow.Subscriber<? super java.nio.ByteBuffer> downstream)
-