HttpServerTransport.Dispatcher
public class NullDispatcher extends java.lang.Object implements HttpServerTransport.Dispatcher
Constructor | Description |
---|---|
NullDispatcher() |
Modifier and Type | Method | 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