public class HttpMultipartRequest extends Object
| Constructor and Description |
|---|
HttpMultipartRequest() |
| Modifier and Type | Method and Description |
|---|---|
HttpMultipartRequest |
addPart(MultipartData part) |
String |
getContentType() |
List<MultipartData> |
getParts() |
String |
getResponseContentType() |
void |
setContentType(String contentType) |
HttpMultipartRequest |
setResponseContentType(String responseContentType) |
public List<MultipartData> getParts()
public HttpMultipartRequest addPart(MultipartData part)
public String getResponseContentType()
public HttpMultipartRequest setResponseContentType(String responseContentType)
public String getContentType()
public void setContentType(String contentType)
Copyright © 2021. All rights reserved.