Package | Description |
---|---|
io.vertx.ext.web.api |
Modifier and Type | Method and Description |
---|---|
static OperationResponse |
OperationResponse.completedWithJson(Buffer json)
Deprecated.
|
static OperationResponse |
OperationResponse.completedWithJson(JsonArray jsonArray)
Deprecated.
|
static OperationResponse |
OperationResponse.completedWithJson(JsonObject jsonObject)
Deprecated.
|
static OperationResponse |
OperationResponse.completedWithPlainText(Buffer text)
Deprecated.
|
OperationResponse |
OperationResponse.putHeader(String key,
String value)
Deprecated.
|
OperationResponse |
OperationResponse.setHeaders(MultiMap headers)
Deprecated.
|
OperationResponse |
OperationResponse.setPayload(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.