Uses of Interface
kong.unirest.core.Body
Packages that use Body
-
Uses of Body in kong.unirest.core
Subinterfaces of Body in kong.unirest.coreModifier and TypeInterfaceDescriptioninterface
interface
Represents a multi-part body builder for a request.interface
Classes in kong.unirest.core that implement BodyModifier and TypeClassDescription(package private) class
(package private) class
(package private) class
class
Methods in kong.unirest.core that return types with arguments of type BodyModifier and TypeMethodDescriptionHttpRequest.getBody()
HttpRequestBody.getBody()
HttpRequestJsonPatch.getBody()
HttpRequestMultiPart.getBody()
HttpRequestNoBody.getBody()
HttpRequestUniBody.getBody()
Invocation.getBodyStream()
Methods in kong.unirest.core with parameters of type BodyModifier and TypeMethodDescriptionprivate boolean
private Integer
private String
SummaryFormatter.toMultiPartAproximation
(Body b, StringJoiner sj) private boolean
Invocation.uniBodyMatches
(String body, Body o) -
Uses of Body in kong.unirest.core.java
Methods in kong.unirest.core.java with parameters of type BodyModifier and TypeMethodDescriptionprivate HttpRequest.BodyPublisher
BodyBuilder.createInputStreamBody
(Body b, BodyPart bodyPart) private HttpRequest.BodyPublisher
BodyBuilder.createStringBody
(Body b, BodyPart bodyPart) private HttpRequest.BodyPublisher
BodyBuilder.mapToMultipart
(Body o) private HttpRequest.BodyPublisher
BodyBuilder.mapToUniBody
(Body b) private void
BodyBuilder.setContentAsFormEncoding
(Body o) private void
BodyBuilder.setMultiPart
(Body o, MultipartBodyPublisher.Builder builder, BodyPart part) private String
BodyBuilder.toFormParams
(Body o) private String
private HttpRequest.BodyPublisher
BodyBuilder.toPublisher
(Body o)