public interface VertxOutput
| Modifier and Type | Method and Description |
|---|---|
void |
write(io.netty.buffer.ByteBuf data,
boolean last) |
CompletionStage<Void> |
writeNonBlocking(io.netty.buffer.ByteBuf data,
boolean last) |
void write(io.netty.buffer.ByteBuf data,
boolean last)
throws IOException
IOExceptionCompletionStage<Void> writeNonBlocking(io.netty.buffer.ByteBuf data, boolean last)
Copyright © 2020 JBoss by Red Hat. All rights reserved.