public abstract class DefaultRouteHandler
extends java.lang.Object
implements io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
| Constructor and Description |
|---|
DefaultRouteHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected <T> io.vertx.core.AsyncResultHandler |
defaultAsyncResultHandler(io.vertx.ext.web.RoutingContext routingContext,
java.util.function.Consumer<T> callback) |
protected void |
handleControllerError(io.vertx.ext.web.RoutingContext routingContext,
java.lang.Throwable cause) |
protected void |
handleError(java.lang.String message,
java.lang.Throwable cause,
io.vertx.ext.web.RoutingContext routingContext) |
protected <T> io.vertx.core.AsyncResultHandler defaultAsyncResultHandler(io.vertx.ext.web.RoutingContext routingContext,
java.util.function.Consumer<T> callback)
protected void handleControllerError(io.vertx.ext.web.RoutingContext routingContext,
java.lang.Throwable cause)
protected void handleError(java.lang.String message,
java.lang.Throwable cause,
io.vertx.ext.web.RoutingContext routingContext)