Uses of Class
com.envimate.httpmate.client.body.Body
-
Packages that use Body Package Description com.envimate.httpmate.client com.envimate.httpmate.client.body com.envimate.httpmate.client.body.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 HttpClientRequestBuilder<T>HttpClientRequestBuilder. withTheBody(Body body) -
Uses of Body in com.envimate.httpmate.client.body
Methods in com.envimate.httpmate.client.body that return Body Modifier and Type Method Description static BodyBody. bodyWithContentType(Supplier<InputStream> inputStream, String contentType)static BodyBody. bodyWithoutContentType(Supplier<InputStream> inputStream) -
Uses of Body in com.envimate.httpmate.client.body.multipart
Methods in com.envimate.httpmate.client.body.multipart that return Body Modifier and Type Method Description static BodyMultipartBodyCreator. createMultipartBody(Part... parts)
-