vertx / io.vertx.rxjava.ext.web / FileUpload

FileUpload

open class FileUpload

Represents a file-upload from an HTTP multipart form submission.

NOTE: This class has been automatically generated from the io.vertx.ext.web.FileUpload non RX-ified interface using Vert.x codegen.

Constructors

<init>

FileUpload(delegate: FileUpload)

Properties

__TYPE_ARG

static val __TYPE_ARG: TypeArg<FileUpload>

Functions

charSet

open fun charSet(): String

contentTransferEncoding

open fun contentTransferEncoding(): String

contentType

open fun contentType(): String

equals

open fun equals(other: Any?): Boolean

fileName

open fun fileName(): String

getDelegate

open fun getDelegate(): FileUpload

hashCode

open fun hashCode(): Int

name

open fun name(): String

newInstance

open static fun newInstance(arg: FileUpload): FileUpload

size

open fun size(): Long

toString

open fun toString(): String

uploadedFileName

open fun uploadedFileName(): String