public class WriteStreamForTests
extends java.lang.Object
implements io.vertx.core.streams.WriteStream<io.vertx.core.buffer.Buffer>
Modifier and Type | Field and Description |
---|---|
java.util.Queue<io.vertx.core.buffer.Buffer> |
received |
java.util.concurrent.CompletableFuture<java.lang.Void> |
responseFuture |
Constructor and Description |
---|
WriteStreamForTests() |
Modifier and Type | Method and Description |
---|---|
WriteStreamForTests |
drainHandler(io.vertx.core.Handler<java.lang.Void> handler) |
void |
end() |
void |
end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>> handler) |
WriteStreamForTests |
exceptionHandler(io.vertx.core.Handler<java.lang.Throwable> handler) |
WriteStreamForTests |
setWriteQueueMaxSize(int maxSize) |
WriteStreamForTests |
write(io.vertx.core.buffer.Buffer data) |
io.vertx.core.streams.WriteStream<io.vertx.core.buffer.Buffer> |
write(io.vertx.core.buffer.Buffer data,
io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>> handler) |
boolean |
writeQueueFull() |
public final java.util.Queue<io.vertx.core.buffer.Buffer> received
public final java.util.concurrent.CompletableFuture<java.lang.Void> responseFuture
public WriteStreamForTests exceptionHandler(io.vertx.core.Handler<java.lang.Throwable> handler)
exceptionHandler
in interface io.vertx.core.streams.StreamBase
exceptionHandler
in interface io.vertx.core.streams.WriteStream<io.vertx.core.buffer.Buffer>
public WriteStreamForTests 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 WriteStreamForTests drainHandler(io.vertx.core.Handler<java.lang.Void> handler)
drainHandler
in interface io.vertx.core.streams.WriteStream<io.vertx.core.buffer.Buffer>
public WriteStreamForTests write(io.vertx.core.buffer.Buffer data)
write
in interface io.vertx.core.streams.WriteStream<io.vertx.core.buffer.Buffer>
public io.vertx.core.streams.WriteStream<io.vertx.core.buffer.Buffer> 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 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 © 2021. All Rights Reserved.