public interface FormDataPart
MultipartForm
.Modifier and Type | Method and Description |
---|---|
Buffer |
content() |
String |
filename() |
boolean |
isAttribute() |
boolean |
isFileUpload() |
Boolean |
isText() |
String |
mediaType() |
String |
name() |
String |
pathname() |
String |
value() |
String name()
boolean isAttribute()
true
when this part is an attributeboolean isFileUpload()
true
when this part is a file uploadString value()
null
String filename()
null
String pathname()
null
Buffer content()
null
String mediaType()
null
Boolean isText()
null
Copyright © 2021 Eclipse. All rights reserved.