Uses of Class
io.vertx.mutiny.core.file.AsyncFile
-
Packages that use AsyncFile Package Description io.vertx.mutiny.core.file io.vertx.mutiny.core.http -
-
Uses of AsyncFile in io.vertx.mutiny.core.file
Fields in io.vertx.mutiny.core.file with type parameters of type AsyncFile Modifier and Type Field Description static TypeArg<AsyncFile>
AsyncFile. __TYPE_ARG
Methods in io.vertx.mutiny.core.file that return AsyncFile Modifier and Type Method Description AsyncFile
AsyncFile. drainHandler(Runnable handler)
AsyncFile
AsyncFile. endHandler(Runnable endHandler)
AsyncFile
AsyncFile. exceptionHandler(Consumer<Throwable> handler)
AsyncFile
AsyncFile. fetch(long amount)
AsyncFile
AsyncFile. flushAndForget()
Variant offlush()
that ignores the result of the operation.AsyncFile
AsyncFile. handler(Consumer<Buffer> handler)
static AsyncFile
AsyncFile. newInstance(io.vertx.core.file.AsyncFile arg)
AsyncFile
FileSystem. openAndAwait(String path, io.vertx.core.file.OpenOptions options)
Blocking variant ofFileSystem.open(String,OpenOptions)
.AsyncFile
FileSystem. openBlocking(String path, io.vertx.core.file.OpenOptions options)
AsyncFile
AsyncFile. pause()
AsyncFile
AsyncFile. readAndForget(Buffer buffer, int offset, long position, int length)
Variant ofread(io.vertx.mutiny.core.buffer.Buffer,int,long,int)
that ignores the result of the operation.AsyncFile
AsyncFile. resume()
AsyncFile
AsyncFile. setReadBufferSize(int readBufferSize)
AsyncFile
AsyncFile. setReadLength(long readLength)
AsyncFile
AsyncFile. setReadPos(long readPos)
AsyncFile
AsyncFile. setWritePos(long writePos)
AsyncFile
AsyncFile. setWriteQueueMaxSize(int maxSize)
Methods in io.vertx.mutiny.core.file that return types with arguments of type AsyncFile Modifier and Type Method Description io.smallrye.mutiny.Uni<AsyncFile>
FileSystem. open(String path, io.vertx.core.file.OpenOptions options)
Open the file represented bypath
, asynchronously. -
Uses of AsyncFile in io.vertx.mutiny.core.http
Methods in io.vertx.mutiny.core.http that return AsyncFile Modifier and Type Method Description AsyncFile
HttpServerFileUpload. file()
-