org.vertx.scala.core

streams

package streams

Visibility
  1. Public
  2. All

Type Members

  1. trait DrainSupport extends Self with AsJava

    Allows to set a Handler which is notified once the write queue is drained again.

  2. trait ExceptionSupport extends Self with AsJava

    Exception handler.

  3. final class Pump extends Self

    Pumps data from a org.vertx.scala.core.streams.ReadStream to a org.vertx.scala.core.streams.WriteStream and performs flow control where necessary to prevent the write stream buffer from getting overfull.

  4. trait ReadStream extends Self with ReadSupport[Buffer] with AsJava

    Represents a stream of data that can be read from.

  5. trait ReadSupport[E] extends Self with ExceptionSupport with AsJava

    Allows to set a handler which is notified once data was read.

  6. trait WriteStream extends Self with ExceptionSupport with AsJava

    Represents a stream of data that can be written to

Value Members

  1. object Pump

Ungrouped