public class BufferBridge extends Object
| Constructor and Description |
|---|
BufferBridge(io.vertx.core.Vertx vertx) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doEnd() |
protected void |
doWrite(io.vertx.core.buffer.Buffer chunk) |
protected void |
pump() |
void |
setDataHandler(io.vertx.core.Handler<io.vertx.core.buffer.Buffer> dataHandler) |
void |
setEndHandler(io.vertx.core.Handler<Void> endHandler) |
void |
setExceptionHandler(io.vertx.core.Handler<Throwable> exceptionHandler) |
protected void pump()
protected void doWrite(io.vertx.core.buffer.Buffer chunk)
protected void doEnd()
public void setDataHandler(io.vertx.core.Handler<io.vertx.core.buffer.Buffer> dataHandler)
public void setExceptionHandler(io.vertx.core.Handler<Throwable> exceptionHandler)
public void setEndHandler(io.vertx.core.Handler<Void> endHandler)
Copyright © 2016–2020. All rights reserved.