Uses of Class
com.envimate.httpmate.client.requestbuilder.Body
-
Packages that use Body Package Description com.envimate.httpmate.client com.envimate.httpmate.client.requestbuilder com.envimate.httpmate.client.requestbuilder.multipart -
-
Uses of Body in com.envimate.httpmate.client
Methods in com.envimate.httpmate.client with parameters of type Body Modifier and Type Method Description HeadersAndQueryParametersAndMappingStageHttpClientRequestBuilder. withTheBody(Body body) -
Uses of Body in com.envimate.httpmate.client.requestbuilder
Methods in com.envimate.httpmate.client.requestbuilder that return Body Modifier and Type Method Description static BodyBody. bodyWithContentType(java.util.function.Supplier<java.io.InputStream> inputStream, java.lang.String contentType)static BodyBody. bodyWithoutContentType(java.util.function.Supplier<java.io.InputStream> inputStream)Methods in com.envimate.httpmate.client.requestbuilder with parameters of type Body Modifier and Type Method Description HeadersAndQueryParametersAndMappingStageBodyStage. withTheBody(Body body) -
Uses of Body in com.envimate.httpmate.client.requestbuilder.multipart
Methods in com.envimate.httpmate.client.requestbuilder.multipart that return Body Modifier and Type Method Description static BodyMultipartBodyCreator. createMultipartBody(Part... parts)
-