public class HttpHelper.MultiPartRequest extends Object
| Modifier and Type | Method and Description |
|---|---|
HttpHelper.MultiPartRequest |
addBinary(@NotNull String name,
@NotNull StreamSource streamSource) |
HttpHelper.MultiPartRequest |
addText(@NotNull String name,
@NotNull String value) |
String |
execute() |
public HttpHelper.MultiPartRequest addText(@NotNull @NotNull String name, @NotNull @NotNull String value)
public HttpHelper.MultiPartRequest addBinary(@NotNull @NotNull String name, @NotNull @NotNull StreamSource streamSource)
public String execute() throws HttpException, IOException
HttpExceptionIOExceptionCopyright © 2019 Kloudtek. All rights reserved.