Package org.elasticsearch.rest
package org.elasticsearch.rest
Exposes Elasticsearch functionality over RESTful HTTP.
-
Interface SummaryInterfaceDescriptionREST 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. -
Class SummaryClassDescriptionBase handler for REST requests.
DeprecationRestHandlerprovides a proxy for any existingRestHandlerso that usage of the handler can be logged using theDeprecationLogger.A definition for an http header that should be copied to theThreadContextwhen reading the request on the rest layer. -
Enum Class Summary
-
Exception Summary