Java io.vertx.core.streams ReadStream fields, constructors, methods, implement or subclass

Example usage for Java io.vertx.core.streams ReadStream fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for io.vertx.core.streams ReadStream.

The text is from its open source code.

Implementation

io.vertx.core.streams.ReadStream has the following implementations.
Click this link to see all its implementation.

Method

ReadStreamendHandler(@Nullable Handler endHandler)
Set an end handler.
ReadStreamexceptionHandler(Handler handler)
Set an exception handler on the read stream.
ReadStreamhandler(@Nullable Handler handler)
Set a data handler.
ReadStreampause()
Pause the ReadStream , it sets the buffer in fetch mode and clears the actual demand.
ReadStreamresume()
Resume reading, and sets the buffer in flowing mode.