Uses of Class
kong.unirest.core.BodyPart
-
Packages that use BodyPart Package Description kong.unirest.core kong.unirest.core.java -
-
Uses of BodyPart in kong.unirest.core
Subclasses of BodyPart in kong.unirest.core Modifier and Type Class Description class
ByteArrayPart
class
FilePart
(package private) class
InputStreamBody
class
InputStreamPart
class
ParamPart
(package private) class
UnibodyString
(package private) class
UniByteArrayBody
Fields in kong.unirest.core declared as BodyPart Modifier and Type Field Description private BodyPart
HttpRequestUniBody. body
Fields in kong.unirest.core with type parameters of type BodyPart Modifier and Type Field Description private java.util.List<BodyPart>
HttpRequestMultiPart. parameters
private java.util.List<BodyPart>
TestBody. parts
Methods in kong.unirest.core that return BodyPart Modifier and Type Method Description default BodyPart
Body. getField(java.lang.String name)
default BodyPart
Body. uniPart()
BodyPart
HttpRequestJsonPatch. uniPart()
BodyPart
HttpRequestUniBody. uniPart()
Methods in kong.unirest.core that return types with arguments of type BodyPart Modifier and Type Method Description default java.util.Collection<BodyPart>
Body. multiParts()
java.util.Collection<BodyPart>
HttpRequestMultiPart. multiParts()
java.util.Collection<BodyPart>
TestBody. multiParts()
Methods in kong.unirest.core with parameters of type BodyPart Modifier and Type Method Description private void
HttpRequestMultiPart. addPart(BodyPart value)
Constructors in kong.unirest.core with parameters of type BodyPart Constructor Description TestBody(BodyPart<java.lang.String>... parts)
-
Uses of BodyPart in kong.unirest.core.java
Methods in kong.unirest.core.java with parameters of type BodyPart Modifier and Type Method Description private java.net.http.HttpRequest.BodyPublisher
BodyBuilder. createInputStreamBody(Body b, BodyPart bodyPart)
private java.net.http.HttpRequest.BodyPublisher
BodyBuilder. createStringBody(Body b, BodyPart bodyPart)
private void
BodyBuilder. setMultiPart(Body o, MultipartBodyPublisher.Builder builder, BodyPart part)
private java.lang.String
BodyBuilder. standardizeName(BodyPart part, MultipartMode mode)
-