Uses of Class
io.vertx.mutiny.ext.web.RoutingContext
Packages that use RoutingContext
Package
Description
-
Uses of RoutingContext in io.vertx.mutiny.ext.web
Fields in io.vertx.mutiny.ext.web with type parameters of type RoutingContextModifier and TypeFieldDescriptionstatic final io.smallrye.mutiny.vertx.TypeArg<RoutingContext> RoutingContext.__TYPE_ARGMethods in io.vertx.mutiny.ext.web that return RoutingContextModifier and TypeMethodDescriptionRoutingContext.addCookie(io.vertx.mutiny.core.http.Cookie cookie) Deprecated.RoutingContext.attachment(String filename) RoutingContext.endAndForget()Variant ofend(java.lang.String)that ignores the result of the operation.RoutingContext.endAndForget(io.vertx.mutiny.core.buffer.Buffer buffer) Variant ofend(io.vertx.mutiny.core.buffer.Buffer)that ignores the result of the operation.RoutingContext.endAndForget(String chunk) Variant ofend(String)that ignores the result of the operation.RoutingContext.jsonAndForget(Object json) Variant ofjson(Object)that ignores the result of the operation.RoutingContext.lastModified(String instant) RoutingContext.lastModified(Instant instant) static RoutingContextRoutingContext.newInstance(io.vertx.ext.web.RoutingContext arg) RoutingContext.redirectAndForget(String url) Variant ofredirect(String)that ignores the result of the operation.Methods in io.vertx.mutiny.ext.web with parameters of type RoutingContextModifier and TypeMethodDescriptionvoidRouter.handleContext(RoutingContext context) voidRouter.handleFailure(RoutingContext context) Method parameters in io.vertx.mutiny.ext.web with type arguments of type RoutingContextModifier and TypeMethodDescriptionRoute.blockingHandler(io.vertx.core.Handler<RoutingContext> requestHandler, boolean ordered) Route.blockingHandler(Consumer<RoutingContext> requestHandler) Router.errorHandler(int statusCode, Consumer<RoutingContext> errorHandler) Route.failureHandler(Consumer<RoutingContext> failureHandler) Route.handler(Consumer<RoutingContext> requestHandler) <T> RouteRoute.respond(Function<RoutingContext, io.smallrye.mutiny.Uni<T>> function) -
Uses of RoutingContext in io.vertx.mutiny.ext.web.handler
Methods in io.vertx.mutiny.ext.web.handler with parameters of type RoutingContextModifier and TypeMethodDescriptionvoidAPIKeyHandler.accept(RoutingContext item) default voidAuthenticationHandler.accept(RoutingContext item) voidAuthorizationHandler.accept(RoutingContext item) voidBasicAuthHandler.accept(RoutingContext item) voidBodyHandler.accept(RoutingContext item) voidChainAuthHandler.accept(RoutingContext item) voidCorsHandler.accept(RoutingContext item) voidCSPHandler.accept(RoutingContext item) voidCSRFHandler.accept(RoutingContext item) voidDigestAuthHandler.accept(RoutingContext item) voidErrorHandler.accept(RoutingContext item) voidFaviconHandler.accept(RoutingContext item) voidFormLoginHandler.accept(RoutingContext item) voidHSTSHandler.accept(RoutingContext item) default voidInputTrustHandler.accept(RoutingContext item) voidJWTAuthHandler.accept(RoutingContext item) voidLoggerHandler.accept(RoutingContext item) voidMethodOverrideHandler.accept(RoutingContext item) voidMultiTenantHandler.accept(RoutingContext item) voidOAuth2AuthHandler.accept(RoutingContext item) voidOtpAuthHandler.accept(RoutingContext item) default voidPlatformHandler.accept(RoutingContext item) default voidProtocolUpgradeHandler.accept(RoutingContext item) voidRedirectAuthHandler.accept(RoutingContext item) voidResponseContentTypeHandler.accept(RoutingContext item) voidResponseTimeHandler.accept(RoutingContext item) default voidSecurityPolicyHandler.accept(RoutingContext item) voidSessionHandler.accept(RoutingContext item) voidSimpleAuthenticationHandler.accept(RoutingContext item) voidStaticHandler.accept(RoutingContext item) voidTemplateHandler.accept(RoutingContext item) voidTimeoutHandler.accept(RoutingContext item) voidWebAuthnHandler.accept(RoutingContext item) voidXFrameHandler.accept(RoutingContext item) io.smallrye.mutiny.Uni<Void> SessionHandler.flush(RoutingContext ctx) Flush a context session earlier to the store, this will allow the end user to have full control on the event of a failure at the store level.io.smallrye.mutiny.Uni<Void> SessionHandler.flush(RoutingContext ctx, boolean ignoreStatus) Flush a context session earlier to the store, this will allow the end user to have full control on the event of a failure at the store level.SessionHandler.flushAndAwait(RoutingContext ctx) Blocking variant ofSessionHandler.flush(io.vertx.mutiny.ext.web.RoutingContext).SessionHandler.flushAndAwait(RoutingContext ctx, boolean ignoreStatus) Blocking variant ofSessionHandler.flush(io.vertx.mutiny.ext.web.RoutingContext,boolean).SessionHandler.flushAndForget(RoutingContext ctx) Variant ofSessionHandler.flush(io.vertx.mutiny.ext.web.RoutingContext)that ignores the result of the operation.SessionHandler.flushAndForget(RoutingContext ctx, boolean ignoreStatus) Variant ofSessionHandler.flush(io.vertx.mutiny.ext.web.RoutingContext,boolean)that ignores the result of the operation.LoggerFormatter.format(RoutingContext routingContext, long ms) voidAPIKeyHandler.handle(RoutingContext arg0) voidAuthenticationHandler.handle(RoutingContext arg0) voidAuthorizationHandler.handle(RoutingContext arg0) voidBasicAuthHandler.handle(RoutingContext arg0) voidBodyHandler.handle(RoutingContext arg0) voidChainAuthHandler.handle(RoutingContext arg0) voidCorsHandler.handle(RoutingContext arg0) voidCSPHandler.handle(RoutingContext arg0) voidCSRFHandler.handle(RoutingContext arg0) voidDigestAuthHandler.handle(RoutingContext arg0) voidErrorHandler.handle(RoutingContext arg0) voidFaviconHandler.handle(RoutingContext arg0) voidFormLoginHandler.handle(RoutingContext arg0) voidHSTSHandler.handle(RoutingContext arg0) voidInputTrustHandler.handle(RoutingContext arg0) voidJWTAuthHandler.handle(RoutingContext arg0) voidLoggerHandler.handle(RoutingContext arg0) voidMethodOverrideHandler.handle(RoutingContext arg0) voidMultiTenantHandler.handle(RoutingContext arg0) voidOAuth2AuthHandler.handle(RoutingContext arg0) voidOtpAuthHandler.handle(RoutingContext arg0) voidPlatformHandler.handle(RoutingContext arg0) voidProtocolUpgradeHandler.handle(RoutingContext arg0) voidRedirectAuthHandler.handle(RoutingContext arg0) voidResponseContentTypeHandler.handle(RoutingContext arg0) voidResponseTimeHandler.handle(RoutingContext arg0) voidSecurityPolicyHandler.handle(RoutingContext arg0) voidSessionHandler.handle(RoutingContext arg0) voidSimpleAuthenticationHandler.handle(RoutingContext arg0) voidStaticHandler.handle(RoutingContext arg0) voidTemplateHandler.handle(RoutingContext arg0) voidTimeoutHandler.handle(RoutingContext arg0) voidWebAuthnHandler.handle(RoutingContext arg0) voidXFrameHandler.handle(RoutingContext arg0) SessionHandler.newSession(RoutingContext context) io.smallrye.mutiny.Uni<Void> SessionHandler.setUser(RoutingContext context, io.vertx.mutiny.ext.auth.User user) Set the user for the sessionSessionHandler.setUserAndAwait(RoutingContext context, io.vertx.mutiny.ext.auth.User user) SessionHandler.setUserAndForget(RoutingContext context, io.vertx.mutiny.ext.auth.User user) Variant ofSessionHandler.setUser(io.vertx.mutiny.ext.web.RoutingContext,io.vertx.mutiny.ext.auth.User)that ignores the result of the operation.Method parameters in io.vertx.mutiny.ext.web.handler with type arguments of type RoutingContextModifier and TypeMethodDescriptionMultiTenantHandler.addDefaultHandler(Consumer<RoutingContext> handler) MultiTenantHandler.addTenantHandler(String tenant, Consumer<RoutingContext> handler) SimpleAuthenticationHandler.authenticate(Function<RoutingContext, io.smallrye.mutiny.Uni<io.vertx.mutiny.ext.auth.User>> authenticationFunction) static MultiTenantHandlerMultiTenantHandler.create(Function<RoutingContext, String> tenantExtractor) static MultiTenantHandlerMultiTenantHandler.create(Function<RoutingContext, String> tenantExtractor, String contextKey) -
Uses of RoutingContext in io.vertx.mutiny.ext.web.handler.sockjs
Methods in io.vertx.mutiny.ext.web.handler.sockjs that return RoutingContextMethods in io.vertx.mutiny.ext.web.handler.sockjs with parameters of type RoutingContextModifier and TypeMethodDescriptionvoidSockJSHandler.accept(RoutingContext item) voidSockJSHandler.handle(RoutingContext routingContext) Deprecated.mount the router as a sub-router instead.
invalid reference