HttpServerTransport.Dispatcherpublic 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.Dispatcherpublic void dispatchBadRequest(RestRequest request, RestChannel channel, ThreadContext threadContext, java.lang.Throwable cause)
dispatchBadRequest in interface HttpServerTransport.Dispatcher