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 TypeMethodDescriptionvoiddispatchBadRequest(RestChannel channel, ThreadContext threadContext, Throwable cause) voiddispatchRequest(RestRequest request, RestChannel channel, ThreadContext threadContext) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.elasticsearch.http.HttpServerTransport.Dispatcher
getStats
-
Constructor Details
-
NullDispatcher
public NullDispatcher()
-
-
Method Details
-
dispatchRequest
- Specified by:
dispatchRequestin interfaceHttpServerTransport.Dispatcher
-
dispatchBadRequest
- Specified by:
dispatchBadRequestin interfaceHttpServerTransport.Dispatcher
-