RestResponse |
RestBuilderListener.buildResponse(Response response) |
abstract RestResponse |
RestResponseListener.buildResponse(Response response)
Builds the response to send back through the channel.
|
RestResponse |
RestToXContentListener.buildResponse(Response response) |
RestResponse |
RestStatusToXContentListener.buildResponse(Response response) |
abstract RestResponse |
RestBuilderListener.buildResponse(Response response,
XContentBuilder builder)
Builds a response to send back over the channel.
|
RestResponse |
RestToXContentListener.buildResponse(Response response,
XContentBuilder builder) |
RestResponse |
RestStatusToXContentListener.buildResponse(Response response,
XContentBuilder builder) |
static RestResponse |
RestTable.buildResponse(Table table,
RestChannel channel) |
RestResponse |
AcknowledgedRestListener.buildResponse(T response,
XContentBuilder builder) |
static RestResponse |
RestTable.buildTextPlainResponse(Table table,
RestChannel channel) |
static RestResponse |
RestTable.buildXContentBuilder(Table table,
RestChannel channel) |