Uses of Interface
org.elasticsearch.rest.RestChannel
-
Packages that use RestChannel Package Description org.elasticsearch.http org.elasticsearch.rest org.elasticsearch.rest.action org.elasticsearch.rest.action.admin.cluster org.elasticsearch.rest.action.cat -
-
Uses of RestChannel in org.elasticsearch.http
Methods in org.elasticsearch.http with parameters of type RestChannel Modifier and Type Method Description voidHttpServerTransport.Dispatcher. dispatchBadRequest(RestChannel channel, ThreadContext threadContext, Throwable cause)Dispatches a bad request.voidHttpServerTransport.Dispatcher. dispatchRequest(RestRequest request, RestChannel channel, ThreadContext threadContext)Dispatches theRestRequestto the relevant request handler or responds to the given rest channel directly if the request can't be handled by any request handler. -
Uses of RestChannel in org.elasticsearch.rest
Methods in org.elasticsearch.rest with parameters of type RestChannel Modifier and Type Method Description voidRestController. dispatchBadRequest(RestChannel channel, ThreadContext threadContext, Throwable cause)voidRestController. dispatchRequest(RestRequest request, RestChannel channel, ThreadContext threadContext)voidBaseRestHandler. handleRequest(RestRequest request, RestChannel channel, NodeClient client)voidDeprecationRestHandler. handleRequest(RestRequest request, RestChannel channel, NodeClient client)Handles a rest request.voidRestHandler. handleRequest(RestRequest request, RestChannel channel, NodeClient client)Handles a rest request.Constructors in org.elasticsearch.rest with parameters of type RestChannel Constructor Description BytesRestResponse(RestChannel channel, Exception e)BytesRestResponse(RestChannel channel, RestStatus status, Exception e) -
Uses of RestChannel in org.elasticsearch.rest.action
Fields in org.elasticsearch.rest.action declared as RestChannel Modifier and Type Field Description protected RestChannelRestActionListener. channelConstructors in org.elasticsearch.rest.action with parameters of type RestChannel Constructor Description NodesResponseRestListener(RestChannel channel)RestActionListener(RestChannel channel)RestBuilderListener(RestChannel channel)RestResponseListener(RestChannel channel)RestStatusToXContentListener(RestChannel channel)Build an instance that doesn't support responses with the status201 CREATED.RestStatusToXContentListener(RestChannel channel, Function<Response,String> extractLocation)Build an instance that does support responses with the status201 CREATED.RestToXContentListener(RestChannel channel) -
Uses of RestChannel in org.elasticsearch.rest.action.admin.cluster
Methods in org.elasticsearch.rest.action.admin.cluster with parameters of type RestChannel Modifier and Type Method Description static <T extends ListTasksResponse>
ActionListener<T>RestListTasksAction. listTasksResponseListener(Supplier<DiscoveryNodes> nodesInCluster, String groupBy, RestChannel channel)Standard listener for extensions ofListTasksResponsethat supportsgroup_by=nodes. -
Uses of RestChannel in org.elasticsearch.rest.action.cat
Methods in org.elasticsearch.rest.action.cat with parameters of type RestChannel 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)
-