static OperationResponse |
OperationResponse.completedWithJson(io.vertx.core.buffer.Buffer json) |
static OperationResponse |
OperationResponse.completedWithJson(io.vertx.core.json.JsonArray jsonArray) |
static OperationResponse |
OperationResponse.completedWithJson(io.vertx.core.json.JsonObject jsonObject) |
static OperationResponse |
OperationResponse.completedWithPlainText(io.vertx.core.buffer.Buffer text) |
OperationResponse |
OperationResponse.putHeader(String key,
String value) |
OperationResponse |
OperationResponse.setHeaders(io.vertx.core.MultiMap headers) |
OperationResponse |
OperationResponse.setPayload(io.vertx.core.buffer.Buffer payload) |
OperationResponse |
OperationResponse.setStatusCode(Integer statusCode) |
OperationResponse |
OperationResponse.setStatusMessage(String statusMessage) |