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 TypeInterfaceDescriptioninterfaceinterfaceRepresents a multi-part body builder for a request.interfaceClasses in kong.unirest.core that implement BodyModifier and TypeClassDescription(package private) class(package private) class(package private) classclassMethods 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 booleanprivate Integerprivate StringSummaryFormatter.toMultiPartAproximation(Body b, StringJoiner sj) private booleanInvocation.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.BodyPublisherBodyBuilder.createInputStreamBody(Body b, BodyPart bodyPart) private HttpRequest.BodyPublisherBodyBuilder.createStringBody(Body b, BodyPart bodyPart) private HttpRequest.BodyPublisherBodyBuilder.mapToMultipart(Body o) private HttpRequest.BodyPublisherBodyBuilder.mapToUniBody(Body b) private voidBodyBuilder.setContentAsFormEncoding(Body o) private voidBodyBuilder.setMultiPart(Body o, MultipartBodyPublisher.Builder builder, BodyPart part) private StringBodyBuilder.toFormParams(Body o) private Stringprivate HttpRequest.BodyPublisherBodyBuilder.toPublisher(Body o)