public class InputStreamFormDataParameter extends InputStreamRequestBody implements FormDataParameter
| Constructor and Description |
|---|
InputStreamFormDataParameter(String name,
String contentType,
InputStreamSupplier inputStreamSupplier) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
boolean |
isBinaryTransferEncoding() |
getContentType, writeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforBytes, forFile, forFile, forJson, forJson, forText, forText, forTextforBytes, forFile, forJson, forJson, forMap, forMap, forText, forText, getContentLength, getContentType, writepublic InputStreamFormDataParameter(String name, String contentType, InputStreamSupplier inputStreamSupplier)
public String getName()
getName in interface FormDataParameterpublic boolean isBinaryTransferEncoding()
isBinaryTransferEncoding in interface FormDataParameterCopyright © 2019. All rights reserved.