public class MultipartParameter extends Object
| Constructor and Description |
|---|
MultipartParameter(String name,
String contentType,
byte[] content)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getContent()
Returns content
|
String |
getContentType()
Returns content type
|
String |
getName()
Returns parameter name
|
Copyright © 2014 Foyt. All Rights Reserved.