Package org.elasticsearch.http
Class NullDispatcher
java.lang.Object
org.elasticsearch.http.NullDispatcher
- All Implemented Interfaces:
HttpServerTransport.Dispatcher
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
dispatchBadRequest
(RestChannel channel, ThreadContext threadContext, Throwable cause) void
dispatchRequest
(RestRequest request, RestChannel channel, ThreadContext threadContext) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.elasticsearch.http.HttpServerTransport.Dispatcher
getStats
-
Constructor Details
-
NullDispatcher
public NullDispatcher()
-
-
Method Details
-
dispatchRequest
- Specified by:
dispatchRequest
in interfaceHttpServerTransport.Dispatcher
-
dispatchBadRequest
- Specified by:
dispatchBadRequest
in interfaceHttpServerTransport.Dispatcher
-