public class FormDataRequestBody extends Object implements RequestBody
| Constructor and Description |
|---|
FormDataRequestBody(Collection<? extends FormDataParameter> parameters) |
| Modifier and Type | Method and Description |
|---|---|
String |
getContentType() |
void |
write(OutputStream out) |
public FormDataRequestBody(Collection<? extends FormDataParameter> parameters)
public String getContentType()
getContentType in interface RequestBodypublic void write(OutputStream out) throws IOException
write in interface RequestBodyIOExceptionCopyright © 2019. All rights reserved.