org.elasticsearch.http.HttpServerTransport.Dispatcher
public class NullDispatcher
extends java.lang.Object
implements org.elasticsearch.http.HttpServerTransport.Dispatcher
Constructor | Description |
---|---|
NullDispatcher() |
Modifier and Type | Method | Description |
---|---|---|
void |
dispatchBadRequest(org.elasticsearch.rest.RestRequest request,
org.elasticsearch.rest.RestChannel channel,
org.elasticsearch.common.util.concurrent.ThreadContext threadContext,
java.lang.Throwable cause) |
|
void |
dispatchRequest(org.elasticsearch.rest.RestRequest request,
org.elasticsearch.rest.RestChannel channel,
org.elasticsearch.common.util.concurrent.ThreadContext threadContext) |
public void dispatchRequest(org.elasticsearch.rest.RestRequest request, org.elasticsearch.rest.RestChannel channel, org.elasticsearch.common.util.concurrent.ThreadContext threadContext)
dispatchRequest
in interface org.elasticsearch.http.HttpServerTransport.Dispatcher
public void dispatchBadRequest(org.elasticsearch.rest.RestRequest request, org.elasticsearch.rest.RestChannel channel, org.elasticsearch.common.util.concurrent.ThreadContext threadContext, java.lang.Throwable cause)
dispatchBadRequest
in interface org.elasticsearch.http.HttpServerTransport.Dispatcher