public class AccumulatorStream
extends java.lang.Object
implements io.vertx.core.streams.WriteStream<io.vertx.core.buffer.Buffer>
| Modifier and Type | Field and Description | 
|---|---|
int | 
call  | 
| Constructor and Description | 
|---|
AccumulatorStream()  | 
| Modifier and Type | Method and Description | 
|---|---|
io.vertx.core.buffer.Buffer | 
buffer()  | 
AccumulatorStream | 
drainHandler(io.vertx.core.Handler<java.lang.Void> handler)  | 
io.vertx.core.Future<java.lang.Void> | 
end()  | 
void | 
end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>> handler)  | 
AccumulatorStream | 
exceptionHandler(io.vertx.core.Handler<java.lang.Throwable> handler)  | 
AccumulatorStream | 
setWriteQueueMaxSize(int maxSize)  | 
io.vertx.core.Future<java.lang.Void> | 
write(io.vertx.core.buffer.Buffer data)  | 
void | 
write(io.vertx.core.buffer.Buffer data,
     io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>> handler)  | 
boolean | 
writeQueueFull()  | 
public AccumulatorStream exceptionHandler(io.vertx.core.Handler<java.lang.Throwable> handler)
exceptionHandler in interface io.vertx.core.streams.StreamBaseexceptionHandler in interface io.vertx.core.streams.WriteStream<io.vertx.core.buffer.Buffer>public AccumulatorStream setWriteQueueMaxSize(int maxSize)
setWriteQueueMaxSize in interface io.vertx.core.streams.WriteStream<io.vertx.core.buffer.Buffer>public boolean writeQueueFull()
writeQueueFull in interface io.vertx.core.streams.WriteStream<io.vertx.core.buffer.Buffer>public AccumulatorStream drainHandler(io.vertx.core.Handler<java.lang.Void> handler)
drainHandler in interface io.vertx.core.streams.WriteStream<io.vertx.core.buffer.Buffer>public io.vertx.core.Future<java.lang.Void> write(io.vertx.core.buffer.Buffer data)
write in interface io.vertx.core.streams.WriteStream<io.vertx.core.buffer.Buffer>public io.vertx.core.buffer.Buffer buffer()
public void write(io.vertx.core.buffer.Buffer data,
                  io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>> handler)
write in interface io.vertx.core.streams.WriteStream<io.vertx.core.buffer.Buffer>public io.vertx.core.Future<java.lang.Void> end()
end in interface io.vertx.core.streams.WriteStream<io.vertx.core.buffer.Buffer>public void end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>> handler)
end in interface io.vertx.core.streams.WriteStream<io.vertx.core.buffer.Buffer>Copyright © 2023. All Rights Reserved.