Uses of Class
io.vertx.mutiny.ext.web.Route
Packages that use Route
-
Uses of Route in io.vertx.mutiny.ext.web
Fields in io.vertx.mutiny.ext.web with type parameters of type RouteMethods in io.vertx.mutiny.ext.web that return RouteModifier and TypeMethodDescriptionRoute.blockingHandler
(io.vertx.core.Handler<RoutingContext> requestHandler, boolean ordered) Route.blockingHandler
(Consumer<RoutingContext> requestHandler) Router.connect()
Router.connectWithRegex
(String regex) RoutingContext.currentRoute()
Router.delete()
Router.deleteWithRegex
(String regex) Route.disable()
Route.enable()
Route.failureHandler
(Consumer<RoutingContext> failureHandler) Router.get()
Router.getWithRegex
(String regex) Route.handler
(Consumer<RoutingContext> requestHandler) Router.head()
Router.headWithRegex
(String regex) Route.last()
Route.method
(io.vertx.core.http.HttpMethod method) Router.mountSubRouter
(String mountPoint, Router subRouter) Deprecated.static Route
Route.newInstance
(io.vertx.ext.web.Route arg) Router.options()
Router.optionsWithRegex
(String regex) Route.order
(int order) Router.patch()
Router.patchWithRegex
(String regex) Router.post()
Router.postWithRegex
(String regex) Router.put()
Route.putMetadata
(String key, Object value) Router.putWithRegex
(String regex) Route.remove()
<T> Route
Route.respond
(Function<RoutingContext, io.smallrye.mutiny.Uni<T>> function) Router.route()
Router.routeWithRegex
(io.vertx.core.http.HttpMethod method, String regex) Router.routeWithRegex
(String regex) Route.setRegexGroupsNames
(List<String> groups) Router.trace()
Router.traceWithRegex
(String regex) Route.useNormalisedPath
(boolean useNormalizedPath) Deprecated.Route.useNormalizedPath
(boolean useNormalizedPath) Route.virtualHost
(String hostnamePattern) Methods in io.vertx.mutiny.ext.web that return types with arguments of type Route -
Uses of Route in io.vertx.mutiny.ext.web.handler
Methods in io.vertx.mutiny.ext.web.handler with parameters of type RouteModifier and TypeMethodDescriptionOAuth2AuthHandler.setupCallback
(Route route) OtpAuthHandler.setupCallback
(Route route) WebAuthnHandler.setupCallback
(Route route) WebAuthnHandler.setupCredentialsCreateCallback
(Route route) WebAuthnHandler.setupCredentialsGetCallback
(Route route) OtpAuthHandler.setupRegisterCallback
(Route route)
subRouter(Router)
.