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 classByteArrayPartclassFilePart(package private) classInputStreamBodyclassInputStreamPartclassParamPart(package private) classUnibodyString(package private) classUniByteArrayBodyFields in kong.unirest.core declared as BodyPart Modifier and Type Field Description private BodyPartHttpRequestUniBody. bodyFields in kong.unirest.core with type parameters of type BodyPart Modifier and Type Field Description private java.util.List<BodyPart>HttpRequestMultiPart. parametersprivate java.util.List<BodyPart>TestBody. partsMethods in kong.unirest.core that return BodyPart Modifier and Type Method Description default BodyPartBody. getField(java.lang.String name)default BodyPartBody. uniPart()BodyPartHttpRequestJsonPatch. uniPart()BodyPartHttpRequestUniBody. 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 voidHttpRequestMultiPart. 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.BodyPublisherBodyBuilder. createInputStreamBody(Body b, BodyPart bodyPart)private java.net.http.HttpRequest.BodyPublisherBodyBuilder. createStringBody(Body b, BodyPart bodyPart)private voidBodyBuilder. setMultiPart(Body o, MultipartBodyPublisher.Builder builder, BodyPart part)private java.lang.StringBodyBuilder. standardizeName(BodyPart part, MultipartMode mode)
-