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

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

Introduction

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

The text is from its open source code.

Implementation

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

Method

WriteStreamdrainHandler(@Nullable Handler handler)
Set a drain handler on the stream.
WriteStreamexceptionHandler(Handler handler)
Set an exception handler on the write stream.
Futurewrite(T data)
Write some data to the stream.
booleanwriteQueueFull()
This will return true if there are more bytes in the write queue than the value set using #setWriteQueueMaxSize