Package org.elasticsearch.rest
package org.elasticsearch.rest
Exposes Elasticsearch functionality over RESTful HTTP.
-
InterfaceDescriptionREST requests are handled by preparing a channel consumer that represents the execution of the request against a channel.A channel used to construct bytes / builder based outputs, and send responses.Handler for REST requestsIdentifies an object that supplies a filter for the content of a
RestRequest
. -
ClassDescriptionBase handler for REST requests.
DeprecationRestHandler
provides a proxy for any existingRestHandler
so that usage of the handler can be logged using theDeprecationLogger
.A definition for an http header that should be copied to theThreadContext
when reading the request on the rest layer.