Package io.vertx.mutiny.core.streams


package io.vertx.mutiny.core.streams
  • Class
    Description
    Pipe<T>
    Pipe data from a ReadStream to a WriteStream and performs flow control where necessary to prevent the write stream buffer from getting overfull.
    Pumps data from a ReadStream to a WriteStream and performs flow control where necessary to prevent the write stream buffer from getting overfull.
    Represents a stream of items that can be read from.
    Base interface for a stream.
    Represents a stream of data that can be written to.