public class NoMatchHandler extends BaseHandler
_server
Constructor and Description |
---|
NoMatchHandler(WebViewServer server) |
Modifier and Type | Method and Description |
---|---|
void |
handle(io.vertx.ext.web.RoutingContext context)
Do nothing.
|
_sendResponseWithError, _sendResponseWithFile, _sendResponseWithSuccessJson, _sendResponseWithSuccessText
public NoMatchHandler(WebViewServer server)
public void handle(io.vertx.ext.web.RoutingContext context)
BaseHandler
handle
in interface io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
handle
in class BaseHandler