Interface StreamBase

    • Method Detail

      • getDelegate

        io.vertx.core.streams.StreamBase getDelegate()
      • exceptionHandler

        StreamBase exceptionHandler​(io.vertx.core.Handler<Throwable> handler)
        Set an exception handler.
        Parameters:
        handler - the handler
        Returns:
        a reference to this, so the API can be used fluently
      • newInstance

        static StreamBase newInstance​(io.vertx.core.streams.StreamBase arg)