Uses of Class
org.elasticsearch.rest.RestResponse
-
Packages that use RestResponse Package Description org.elasticsearch.rest org.elasticsearch.rest.action org.elasticsearch.rest.action.cat -
-
Uses of RestResponse in org.elasticsearch.rest
Subclasses of RestResponse in org.elasticsearch.rest Modifier and Type Class Description classBytesRestResponseMethods in org.elasticsearch.rest with parameters of type RestResponse Modifier and Type Method Description voidRestChannel. sendResponse(RestResponse response) -
Uses of RestResponse in org.elasticsearch.rest.action
Methods in org.elasticsearch.rest.action that return RestResponse Modifier and Type Method Description RestResponseRestActions.NodesResponseRestListener. buildResponse(NodesResponse response, XContentBuilder builder)RestResponseRestBuilderListener. buildResponse(Response response)abstract RestResponseRestBuilderListener. buildResponse(Response response, XContentBuilder builder)Builds a response to send back over the channel.abstract RestResponseRestResponseListener. buildResponse(Response response)Builds the response to send back through the channel.RestResponseRestStatusToXContentListener. buildResponse(Response response, XContentBuilder builder)RestResponseRestToXContentListener. buildResponse(Response response)RestResponseRestToXContentListener. buildResponse(Response response, XContentBuilder builder) -
Uses of RestResponse in org.elasticsearch.rest.action.cat
Methods in org.elasticsearch.rest.action.cat that return RestResponse Modifier and Type Method Description static RestResponseRestTable. buildResponse(Table table, RestChannel channel)static RestResponseRestTable. buildTextPlainResponse(Table table, RestChannel channel)static RestResponseRestTable. buildXContentBuilder(Table table, RestChannel channel)
-