public class ResponseWriter extends Object
| Constructor and Description |
|---|
ResponseWriter(io.vertx.core.http.HttpServerResponse response,
StreamOptions options,
int timeout) |
| Modifier and Type | Method and Description |
|---|---|
StreamOptions |
getOptions() |
boolean |
isOpen() |
void |
setDrainHanlder(io.vertx.core.Handler<Void> handler) |
void |
write(ByteBuffer buffer) |
public ResponseWriter(io.vertx.core.http.HttpServerResponse response,
StreamOptions options,
int timeout)
public StreamOptions getOptions()
public boolean isOpen()
public void setDrainHanlder(io.vertx.core.Handler<Void> handler)
public void write(ByteBuffer buffer)
Copyright © 2019–2021. All rights reserved.