Uses of Class
com.envimate.httpmate.client.body.multipart.Part
-
Packages that use Part Package Description com.envimate.httpmate.client com.envimate.httpmate.client.body.multipart com.envimate.httpmate.client.body.multipart.builder -
-
Uses of Part in com.envimate.httpmate.client
Methods in com.envimate.httpmate.client with parameters of type Part Modifier and Type Method Description HttpClientRequestBuilder<T>HttpClientRequestBuilder. withAMultipartBodyWithTheParts(Part... parts) -
Uses of Part in com.envimate.httpmate.client.body.multipart
Methods in com.envimate.httpmate.client.body.multipart with parameters of type Part Modifier and Type Method Description static BodyMultipartBodyCreator. createMultipartBody(Part... parts) -
Uses of Part in com.envimate.httpmate.client.body.multipart.builder
Methods in com.envimate.httpmate.client.body.multipart.builder that return Part Modifier and Type Method Description PartContentStage. withTheContent(InputStream content)default PartContentStage. withTheContent(String content)
-