Uses of Class
io.vertx.mutiny.ext.web.Route
-
Packages that use Route Package Description io.vertx.mutiny.ext.web io.vertx.mutiny.ext.web.handler -
-
Uses of Route in io.vertx.mutiny.ext.web
Fields in io.vertx.mutiny.ext.web with type parameters of type Route Modifier and Type Field Description static TypeArg<Route>Route. __TYPE_ARGMethods in io.vertx.mutiny.ext.web that return Route Modifier and Type Method Description RouteRoute. blockingHandler(io.vertx.core.Handler<RoutingContext> requestHandler, boolean ordered)RouteRoute. blockingHandler(Consumer<RoutingContext> requestHandler)RouteRouter. connect()RouteRouter. connect(String path)RouteRouter. connectWithRegex(String regex)RouteRoute. consumes(String contentType)RouteRoutingContext. currentRoute()RouteRouter. delete()RouteRouter. delete(String path)RouteRouter. deleteWithRegex(String regex)RouteRoute. disable()RouteRoute. enable()RouteRoute. failureHandler(Consumer<RoutingContext> failureHandler)RouteRouter. get()RouteRouter. get(String path)RouteRouter. getWithRegex(String regex)RouteRoute. handler(Consumer<RoutingContext> requestHandler)RouteRouter. head()RouteRouter. head(String path)RouteRouter. headWithRegex(String regex)RouteRoute. last()RouteRoute. method(io.vertx.core.http.HttpMethod method)RouteRouter. mountSubRouter(String mountPoint, Router subRouter)static RouteRoute. newInstance(io.vertx.ext.web.Route arg)RouteRouter. options()RouteRouter. options(String path)RouteRouter. optionsWithRegex(String regex)RouteRoute. order(int order)RouteRouter. patch()RouteRouter. patch(String path)RouteRouter. patchWithRegex(String regex)RouteRoute. path(String path)RouteRoute. pathRegex(String path)RouteRouter. post()RouteRouter. post(String path)RouteRouter. postWithRegex(String regex)RouteRoute. produces(String contentType)RouteRouter. put()RouteRouter. put(String path)RouteRoute. putMetadata(String key, Object value)RouteRouter. putWithRegex(String regex)RouteRoute. remove()<T> RouteRoute. respond(Function<RoutingContext,io.smallrye.mutiny.Uni<T>> function)RouteRouter. route()RouteRouter. route(io.vertx.core.http.HttpMethod method, String path)RouteRouter. route(String path)RouteRouter. routeWithRegex(io.vertx.core.http.HttpMethod method, String regex)RouteRouter. routeWithRegex(String regex)RouteRoute. setName(String name)RouteRoute. setRegexGroupsNames(List<String> groups)RouteRoute. subRouter(Router subRouter)RouteRouter. trace()RouteRouter. trace(String path)RouteRouter. traceWithRegex(String regex)RouteRoute. useNormalisedPath(boolean useNormalizedPath)Deprecated.RouteRoute. useNormalizedPath(boolean useNormalizedPath)RouteRoute. virtualHost(String hostnamePattern)Methods in io.vertx.mutiny.ext.web that return types with arguments of type Route Modifier and Type Method Description List<Route>Router. getRoutes() -
Uses of Route in io.vertx.mutiny.ext.web.handler
Methods in io.vertx.mutiny.ext.web.handler with parameters of type Route Modifier and Type Method Description OAuth2AuthHandlerOAuth2AuthHandler. setupCallback(Route route)OtpAuthHandlerOtpAuthHandler. setupCallback(Route route)WebAuthnHandlerWebAuthnHandler. setupCallback(Route route)WebAuthnHandlerWebAuthnHandler. setupCredentialsCreateCallback(Route route)WebAuthnHandlerWebAuthnHandler. setupCredentialsGetCallback(Route route)OtpAuthHandlerOtpAuthHandler. setupRegisterCallback(Route route)
-