Class HttpHelper.MultiPartRequest
java.lang.Object
com.aeontronix.enhancedmule.tools.util.HttpHelper.MultiPartRequest
- Enclosing class:
HttpHelper
-
Method Summary
Modifier and TypeMethodDescriptionaddBinary(@NotNull String name, @NotNull StreamSource streamSource) execute()
-
Method Details
-
addText
public HttpHelper.MultiPartRequest addText(@NotNull @NotNull String name, @NotNull @NotNull String value) -
addBinary
public HttpHelper.MultiPartRequest addBinary(@NotNull @NotNull String name, @NotNull @NotNull StreamSource streamSource) -
execute
- Throws:
HttpExceptionIOException
-