open class HttpServerFileUpload : ReadStream<Buffer>
Represents an file upload from an HTML FORM. NOTE: This class has been automatically generated from the io.vertx.core.http.HttpServerFileUpload non RX-ified interface using Vert.x codegen.
HttpServerFileUpload(delegate: HttpServerFileUpload) |
static val __TYPE_ARG: TypeArg<HttpServerFileUpload> |
open fun charset(): String |
|
open fun contentTransferEncoding(): String |
|
open fun contentType(): String |
|
open fun endHandler(endHandler: Handler<Void>): HttpServerFileUpload |
|
open fun equals(other: Any?): Boolean |
|
open fun exceptionHandler(handler: Handler<Throwable>): HttpServerFileUpload |
|
open fun filename(): String |
|
open fun getDelegate(): HttpServerFileUpload |
|
open fun handler(handler: Handler<Buffer>): HttpServerFileUpload |
|
open fun hashCode(): Int |
|
open fun isSizeAvailable(): Boolean |
|
open fun name(): String |
|
open static fun newInstance(arg: HttpServerFileUpload): HttpServerFileUpload |
|
open fun pause(): HttpServerFileUpload |
|
open fun resume(): HttpServerFileUpload |
|
open fun size(): Long
The size of the upload may not be available until it is all read. Check |
|
open fun streamToFileSystem(filename: String): HttpServerFileUpload
Stream the content of this upload to the given file on storage. |
|
open fun toObservable(): Observable<Buffer> |
|
open fun toString(): String |