public class HttpPatchRestController extends org.elasticsearch.common.component.AbstractLifecycleComponent<HttpPatchRestController>
Constructor and Description |
---|
HttpPatchRestController(org.elasticsearch.common.settings.Settings settings) |
Modifier and Type | Method and Description |
---|---|
void |
dispatchRequest(org.elasticsearch.rest.RestRequest request,
org.elasticsearch.rest.RestChannel channel) |
protected void |
doClose() |
protected void |
doStart() |
protected void |
doStop() |
void |
registerHandler(String method,
String path,
org.elasticsearch.rest.RestHandler handler) |
@Inject public HttpPatchRestController(org.elasticsearch.common.settings.Settings settings)
protected void doStart() throws org.elasticsearch.ElasticsearchException
doStart
in class org.elasticsearch.common.component.AbstractLifecycleComponent<HttpPatchRestController>
org.elasticsearch.ElasticsearchException
protected void doStop() throws org.elasticsearch.ElasticsearchException
doStop
in class org.elasticsearch.common.component.AbstractLifecycleComponent<HttpPatchRestController>
org.elasticsearch.ElasticsearchException
protected void doClose() throws org.elasticsearch.ElasticsearchException
doClose
in class org.elasticsearch.common.component.AbstractLifecycleComponent<HttpPatchRestController>
org.elasticsearch.ElasticsearchException
public void registerHandler(String method, String path, org.elasticsearch.rest.RestHandler handler)
public void dispatchRequest(org.elasticsearch.rest.RestRequest request, org.elasticsearch.rest.RestChannel channel)
Copyright © 2012–2014. All rights reserved.