public class ByteArrayFormDataParameter extends ByteArrayRequestBody implements FormDataParameter
| Constructor and Description |
|---|
ByteArrayFormDataParameter(String name,
String contentType,
byte[] bytes) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
boolean |
isBinaryTransferEncoding() |
getContentLength, 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 String getName()
getName in interface FormDataParameterpublic boolean isBinaryTransferEncoding()
isBinaryTransferEncoding in interface FormDataParameterCopyright © 2019. All rights reserved.