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 |
---|---|
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()
null
public String filename()
null
public String pathname()
null
public String mediaType()
null
public Boolean isText()
null
public static FormDataPart newInstance(FormDataPart arg)
Copyright © 2020 Eclipse. All rights reserved.