Package | Description |
---|---|
io.vertx.ext.web.api |
Modifier and Type | Method and Description |
---|---|
static OperationResponse |
OperationResponse.completedWithJson(io.vertx.core.buffer.Buffer json)
Deprecated.
|
static OperationResponse |
OperationResponse.completedWithJson(io.vertx.core.json.JsonArray jsonArray)
Deprecated.
|
static OperationResponse |
OperationResponse.completedWithJson(io.vertx.core.json.JsonObject jsonObject)
Deprecated.
|
static OperationResponse |
OperationResponse.completedWithPlainText(io.vertx.core.buffer.Buffer text)
Deprecated.
|
OperationResponse |
OperationResponse.putHeader(String key,
String value)
Deprecated.
|
OperationResponse |
OperationResponse.setHeaders(io.vertx.core.MultiMap headers)
Deprecated.
|
OperationResponse |
OperationResponse.setPayload(io.vertx.core.buffer.Buffer payload)
Deprecated.
|
OperationResponse |
OperationResponse.setStatusCode(Integer statusCode)
Deprecated.
|
OperationResponse |
OperationResponse.setStatusMessage(String statusMessage)
Deprecated.
|
Constructor and Description |
---|
OperationResponse(OperationResponse other)
Deprecated.
|
Copyright © 2021 Eclipse. All rights reserved.