Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<FileUpload> |
__TYPE_ARG |
Constructor and Description |
---|
FileUpload(FileUpload delegate) |
FileUpload(Object delegate) |
Modifier and Type | Method and Description |
---|---|
String |
charSet() |
String |
contentTransferEncoding() |
String |
contentType() |
boolean |
equals(Object o) |
String |
fileName() |
FileUpload |
getDelegate() |
int |
hashCode() |
String |
name() |
static FileUpload |
newInstance(FileUpload arg) |
long |
size() |
String |
toString() |
String |
uploadedFileName() |
public static final io.vertx.lang.rx.TypeArg<FileUpload> __TYPE_ARG
public FileUpload(FileUpload delegate)
public FileUpload(Object delegate)
public FileUpload getDelegate()
public String name()
public String uploadedFileName()
public String fileName()
public long size()
public String contentType()
public String contentTransferEncoding()
public String charSet()
public static FileUpload newInstance(FileUpload arg)
Copyright © 2023 Eclipse. All rights reserved.