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