Class HttpHelper.MultiPartRequest
java.lang.Object
com.aeontronix.enhancedmule.tools.util.HttpHelper.MultiPartRequest
- Enclosing class:
- HttpHelper
public class HttpHelper.MultiPartRequest extends Object
-
Method Summary
Modifier and Type Method Description HttpHelper.MultiPartRequestaddBinary(@NotNull String name, @NotNull StreamSource streamSource)HttpHelper.MultiPartRequestaddText(@NotNull String name, @NotNull String value)Stringexecute()
-
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
-