public class FormDataPart extends Object
MultipartForm.
 
 NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.| Modifier and Type | Field and Description | 
|---|---|
static io.vertx.lang.rx.TypeArg<FormDataPart> | 
__TYPE_ARG  | 
| Constructor and Description | 
|---|
FormDataPart(FormDataPart delegate)  | 
FormDataPart(Object delegate)  | 
| Modifier and Type | Method and Description | 
|---|---|
Buffer | 
content()  | 
boolean | 
equals(Object o)  | 
String | 
filename()  | 
FormDataPart | 
getDelegate()  | 
int | 
hashCode()  | 
boolean | 
isAttribute()  | 
boolean | 
isFileUpload()  | 
Boolean | 
isText()  | 
String | 
mediaType()  | 
String | 
name()  | 
static FormDataPart | 
newInstance(FormDataPart arg)  | 
String | 
pathname()  | 
String | 
toString()  | 
String | 
value()  | 
public static final io.vertx.lang.rx.TypeArg<FormDataPart> __TYPE_ARG
public FormDataPart(FormDataPart delegate)
public FormDataPart(Object delegate)
public FormDataPart getDelegate()
public String name()
public boolean isAttribute()
true when this part is an attributepublic boolean isFileUpload()
true when this part is a file uploadpublic String value()
nullpublic String filename()
nullpublic String pathname()
nullpublic Buffer content()
nullpublic String mediaType()
nullpublic Boolean isText()
nullpublic static FormDataPart newInstance(FormDataPart arg)
Copyright © 2020 Eclipse. All rights reserved.