Uses of Class
io.vertx.mutiny.core.streams.ReadStream.ReadStreamImpl
Packages that use ReadStream.ReadStreamImpl
-
Uses of ReadStream.ReadStreamImpl in io.vertx.mutiny.core.streams
Methods in io.vertx.mutiny.core.streams that return ReadStream.ReadStreamImplModifier and TypeMethodDescriptionReadStream.ReadStreamImpl.endHandler(Runnable endHandler) Set an end handler.ReadStream.ReadStreamImpl.fetch(long amount) Fetch the specifiedamountof elements.Set a data handler.ReadStream.ReadStreamImpl.pause()Pause theReadStream, it sets the buffer infetchmode and clears the actual demand.ReadStream.ReadStreamImpl.pipeToAndForget(WriteStream<T> dst) Pipe thisReadStreamto theWriteStream.ReadStream.ReadStreamImpl.resume()Resume reading, and sets the buffer inflowingmode.