Uses of Package
io.vertx.mutiny.core.streams
-
Classes in io.vertx.mutiny.core.streams used by io.vertx.mutiny.core Class Description Pipe Pipe data from aReadStream
to aWriteStream
and performs flow control where necessary to prevent the write stream buffer from getting overfull.ReadStream Represents a stream of items that can be read from.StreamBase Base interface for a stream.WriteStream Represents a stream of data that can be written to. -
Classes in io.vertx.mutiny.core.streams used by io.vertx.mutiny.core.datagram Class Description Pipe Pipe data from aReadStream
to aWriteStream
and performs flow control where necessary to prevent the write stream buffer from getting overfull.ReadStream Represents a stream of items that can be read from.StreamBase Base interface for a stream.WriteStream Represents a stream of data that can be written to. -
Classes in io.vertx.mutiny.core.streams used by io.vertx.mutiny.core.eventbus Class Description Pipe Pipe data from aReadStream
to aWriteStream
and performs flow control where necessary to prevent the write stream buffer from getting overfull.ReadStream Represents a stream of items that can be read from.StreamBase Base interface for a stream.WriteStream Represents a stream of data that can be written to. -
Classes in io.vertx.mutiny.core.streams used by io.vertx.mutiny.core.file Class Description Pipe Pipe data from aReadStream
to aWriteStream
and performs flow control where necessary to prevent the write stream buffer from getting overfull.ReadStream Represents a stream of items that can be read from.StreamBase Base interface for a stream.WriteStream Represents a stream of data that can be written to. -
Classes in io.vertx.mutiny.core.streams used by io.vertx.mutiny.core.http Class Description Pipe Pipe data from aReadStream
to aWriteStream
and performs flow control where necessary to prevent the write stream buffer from getting overfull.ReadStream Represents a stream of items that can be read from.StreamBase Base interface for a stream.WriteStream Represents a stream of data that can be written to. -
Classes in io.vertx.mutiny.core.streams used by io.vertx.mutiny.core.net Class Description Pipe Pipe data from aReadStream
to aWriteStream
and performs flow control where necessary to prevent the write stream buffer from getting overfull.ReadStream Represents a stream of items that can be read from.StreamBase Base interface for a stream.WriteStream Represents a stream of data that can be written to. -
Classes in io.vertx.mutiny.core.streams used by io.vertx.mutiny.core.parsetools Class Description Pipe Pipe data from aReadStream
to aWriteStream
and performs flow control where necessary to prevent the write stream buffer from getting overfull.ReadStream Represents a stream of items that can be read from.StreamBase Base interface for a stream.WriteStream Represents a stream of data that can be written to. -
Classes in io.vertx.mutiny.core.streams used by io.vertx.mutiny.core.streams Class Description Pipe Pipe data from aReadStream
to aWriteStream
and performs flow control where necessary to prevent the write stream buffer from getting overfull.Pump Pumps data from aReadStream
to aWriteStream
and performs flow control where necessary to prevent the write stream buffer from getting overfull.ReadStream Represents a stream of items that can be read from.StreamBase Base interface for a stream.WriteStream Represents a stream of data that can be written to.