Uses of Class
io.vertx.reactivex.ext.web.RoutingContext
-
-
Uses of RoutingContext in io.vertx.reactivex.circuitbreaker
Methods in io.vertx.reactivex.circuitbreaker with parameters of type RoutingContext Modifier and Type Method Description voidHystrixMetricHandler. handle(RoutingContext event)Something has happened, so handle it. -
Uses of RoutingContext in io.vertx.reactivex.ext.healthchecks
Methods in io.vertx.reactivex.ext.healthchecks with parameters of type RoutingContext Modifier and Type Method Description voidHealthCheckHandler. handle(RoutingContext event)Something has happened, so handle it. -
Uses of RoutingContext in io.vertx.reactivex.ext.web
Fields in io.vertx.reactivex.ext.web with type parameters of type RoutingContext Modifier and Type Field Description static TypeArg<RoutingContext>RoutingContext. __TYPE_ARGMethods in io.vertx.reactivex.ext.web that return RoutingContext Modifier and Type Method Description RoutingContextRoutingContext. addCookie(Cookie cookie)Deprecated.RoutingContextRoutingContext. attachment(String filename)Set Content-Disposition get to "attachment" with optionalfilenamemime type.RoutingContextRoutingContext. end()RoutingContextRoutingContext. end(Handler<AsyncResult<Void>> handler)RoutingContextRoutingContext. end(Buffer buffer)RoutingContextRoutingContext. end(Buffer buffer, Handler<AsyncResult<Void>> handler)RoutingContextRoutingContext. end(String chunk)RoutingContextRoutingContext. end(String chunk, Handler<AsyncResult<Void>> handler)RoutingContextRoutingContext. etag(String etag)Set the ETag of a response.RoutingContextRoutingContext. json(Object json)RoutingContextRoutingContext. json(Object json, Handler<AsyncResult<Void>> handler)RoutingContextRoutingContext. lastModified(String instant)Set the Last-Modified date using a String.RoutingContextRoutingContext. lastModified(Instant instant)Set the Last-Modified date using a Instant.static RoutingContextRoutingContext. newInstance(RoutingContext arg)RoutingContextRoutingContext. put(String key, Object obj)Put some arbitrary data in the context.RoutingContextRoutingContext. redirect(String url)RoutingContextRoutingContext. redirect(String url, Handler<AsyncResult<Void>> handler)Methods in io.vertx.reactivex.ext.web with parameters of type RoutingContext Modifier and Type Method Description voidRouter. handleContext(RoutingContext context)Used to route a context to the router.voidRouter. handleFailure(RoutingContext context)Used to route a failure to the router.Method parameters in io.vertx.reactivex.ext.web with type arguments of type RoutingContext Modifier and Type Method Description RouteRoute. blockingHandler(Handler<RoutingContext> requestHandler)LikeRoute.blockingHandler(io.vertx.core.Handler<io.vertx.reactivex.ext.web.RoutingContext>)called with ordered = trueRouteRoute. blockingHandler(Handler<RoutingContext> requestHandler, boolean ordered)Specify a blocking request handler for the route.RouterRouter. errorHandler(int statusCode, Handler<RoutingContext> errorHandler)Specify an handler to handle an error for a particular status code.RouteRoute. failureHandler(Handler<RoutingContext> failureHandler)Append a failure handler to the route failure handlers list.RouteRoute. handler(Handler<RoutingContext> requestHandler)Append a request handler to the route handlers list.<T> RouteRoute. respond(io.reactivex.functions.Function<RoutingContext,io.reactivex.Maybe<T>> function)Append a function request handler to the route handlers list.<T> RouteRoute. respond(Function<RoutingContext,Future<T>> function)Append a function request handler to the route handlers list. -
Uses of RoutingContext in io.vertx.reactivex.ext.web.api.contract
Methods in io.vertx.reactivex.ext.web.api.contract that return types with arguments of type RoutingContext Modifier and Type Method Description Handler<RoutingContext>RouterFactory. getValidationFailureHandler()Deprecated.Methods in io.vertx.reactivex.ext.web.api.contract with parameters of type RoutingContext Modifier and Type Method Description voidHTTPOperationRequestValidationHandler. handle(RoutingContext event)Deprecated.Method parameters in io.vertx.reactivex.ext.web.api.contract with type arguments of type RoutingContext Modifier and Type Method Description RouterFactoryRouterFactory. addGlobalHandler(Handler<RoutingContext> globalHandler)Deprecated.RouterFactoryRouterFactory. addSecurityHandler(String securitySchemaName, Handler<RoutingContext> handler)Deprecated.RouterFactoryRouterFactory. setExtraOperationContextPayloadMapper(Function<RoutingContext,JsonObject> extraOperationContextPayloadMapper)Deprecated.RouterFactoryRouterFactory. setNotImplementedFailureHandler(Handler<RoutingContext> notImplementedFailureHandler)Deprecated.RouterFactoryRouterFactory. setValidationFailureHandler(Handler<RoutingContext> validationFailureHandler)Deprecated. -
Uses of RoutingContext in io.vertx.reactivex.ext.web.api.contract.openapi3
Methods in io.vertx.reactivex.ext.web.api.contract.openapi3 that return types with arguments of type RoutingContext Modifier and Type Method Description Handler<RoutingContext>OpenAPI3RouterFactory. getValidationFailureHandler()Deprecated.Methods in io.vertx.reactivex.ext.web.api.contract.openapi3 with parameters of type RoutingContext Modifier and Type Method Description voidOpenAPI3RequestValidationHandler. handle(RoutingContext event)Deprecated.Method parameters in io.vertx.reactivex.ext.web.api.contract.openapi3 with type arguments of type RoutingContext Modifier and Type Method Description OpenAPI3RouterFactoryOpenAPI3RouterFactory. addFailureHandlerByOperationId(String operationId, Handler<RoutingContext> failureHandler)Deprecated.RouterFactoryOpenAPI3RouterFactory. addGlobalHandler(Handler<RoutingContext> globalHandler)Deprecated.OpenAPI3RouterFactoryOpenAPI3RouterFactory. addHandlerByOperationId(String operationId, Handler<RoutingContext> handler)Deprecated.RouterFactoryOpenAPI3RouterFactory. addSecurityHandler(String securitySchemaName, Handler<RoutingContext> handler)Deprecated.OpenAPI3RouterFactoryOpenAPI3RouterFactory. addSecuritySchemaScopeValidator(String securitySchemaName, String scopeName, Handler<RoutingContext> handler)Deprecated.RouterFactoryOpenAPI3RouterFactory. setExtraOperationContextPayloadMapper(Function<RoutingContext,JsonObject> extraOperationContextPayloadMapper)Deprecated.RouterFactoryOpenAPI3RouterFactory. setNotImplementedFailureHandler(Handler<RoutingContext> notImplementedFailureHandler)Deprecated.RouterFactoryOpenAPI3RouterFactory. setValidationFailureHandler(Handler<RoutingContext> validationFailureHandler)Deprecated. -
Uses of RoutingContext in io.vertx.reactivex.ext.web.api.validation
Methods in io.vertx.reactivex.ext.web.api.validation with parameters of type RoutingContext Modifier and Type Method Description voidHTTPRequestValidationHandler. handle(RoutingContext event)Deprecated.voidValidationHandler. handle(RoutingContext event)Deprecated.voidCustomValidator. validate(RoutingContext routingContext)Deprecated. -
Uses of RoutingContext in io.vertx.reactivex.ext.web.handler
Methods in io.vertx.reactivex.ext.web.handler with parameters of type RoutingContext Modifier and Type Method Description SessionHandlerSessionHandler. 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.SessionHandlerSessionHandler. 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.SessionHandlerSessionHandler. flush(RoutingContext ctx, boolean ignoreStatus, Handler<AsyncResult<Void>> handler)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.SessionHandlerSessionHandler. flush(RoutingContext ctx, Handler<AsyncResult<Void>> handler)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.StringLoggerFormatter. format(RoutingContext routingContext, long ms)Formats and returns the log statementvoidAPIKeyHandler. handle(RoutingContext event)Something has happened, so handle it.voidAuthenticationHandler. handle(RoutingContext event)Something has happened, so handle it.voidAuthorizationHandler. handle(RoutingContext event)Something has happened, so handle it.voidBasicAuthHandler. handle(RoutingContext event)Something has happened, so handle it.voidBodyHandler. handle(RoutingContext event)Something has happened, so handle it.voidChainAuthHandler. handle(RoutingContext event)Something has happened, so handle it.voidCorsHandler. handle(RoutingContext event)Something has happened, so handle it.voidCSPHandler. handle(RoutingContext event)Something has happened, so handle it.voidCSRFHandler. handle(RoutingContext event)Something has happened, so handle it.voidDigestAuthHandler. handle(RoutingContext event)Something has happened, so handle it.voidErrorHandler. handle(RoutingContext event)Something has happened, so handle it.voidFaviconHandler. handle(RoutingContext event)Something has happened, so handle it.voidFormLoginHandler. handle(RoutingContext event)Something has happened, so handle it.voidHSTSHandler. handle(RoutingContext event)Something has happened, so handle it.voidInputTrustHandler. handle(RoutingContext event)Something has happened, so handle it.voidJWTAuthHandler. handle(RoutingContext event)Something has happened, so handle it.voidLoggerHandler. handle(RoutingContext event)Something has happened, so handle it.voidMethodOverrideHandler. handle(RoutingContext event)Something has happened, so handle it.voidMultiTenantHandler. handle(RoutingContext event)Something has happened, so handle it.voidOAuth2AuthHandler. handle(RoutingContext event)Something has happened, so handle it.voidOtpAuthHandler. handle(RoutingContext event)Something has happened, so handle it.voidPlatformHandler. handle(RoutingContext event)Something has happened, so handle it.voidProtocolUpgradeHandler. handle(RoutingContext event)Something has happened, so handle it.voidRedirectAuthHandler. handle(RoutingContext event)Something has happened, so handle it.voidResponseContentTypeHandler. handle(RoutingContext event)Something has happened, so handle it.voidResponseTimeHandler. handle(RoutingContext event)Something has happened, so handle it.voidSecurityPolicyHandler. handle(RoutingContext event)Something has happened, so handle it.voidSessionHandler. handle(RoutingContext event)Something has happened, so handle it.voidSimpleAuthenticationHandler. handle(RoutingContext event)Something has happened, so handle it.voidStaticHandler. handle(RoutingContext event)Something has happened, so handle it.voidTemplateHandler. handle(RoutingContext event)Something has happened, so handle it.voidTimeoutHandler. handle(RoutingContext event)Something has happened, so handle it.voidWebAuthnHandler. handle(RoutingContext event)Something has happened, so handle it.voidXFrameHandler. handle(RoutingContext event)Something has happened, so handle it.SessionSessionHandler. newSession(RoutingContext context)Create a new sessionio.reactivex.CompletableSessionHandler. rxFlush(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.reactivex.CompletableSessionHandler. rxFlush(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.io.reactivex.CompletableSessionHandler. rxSetUser(RoutingContext context, User user)Set the user for the sessionSessionHandlerSessionHandler. setUser(RoutingContext context, User user)Set the user for the sessionSessionHandlerSessionHandler. setUser(RoutingContext context, User user, Handler<AsyncResult<Void>> handler)Set the user for the sessionMethod parameters in io.vertx.reactivex.ext.web.handler with type arguments of type RoutingContext Modifier and Type Method Description MultiTenantHandlerMultiTenantHandler. addDefaultHandler(Handler<RoutingContext> handler)Add a default handler for the case when no tenant was matched.MultiTenantHandlerMultiTenantHandler. addTenantHandler(String tenant, Handler<RoutingContext> handler)Add a handler for a given tenant to this handler.SimpleAuthenticationHandlerSimpleAuthenticationHandler. authenticate(io.reactivex.functions.Function<RoutingContext,io.reactivex.Single<User>> authenticationFunction)This function will allow you to perform authentication the way you intended to.SimpleAuthenticationHandlerSimpleAuthenticationHandler. authenticate(Function<RoutingContext,Future<User>> authenticationFunction)This function will allow you to perform authentication the way you intended to.static MultiTenantHandlerMultiTenantHandler. create(Function<RoutingContext,String> tenantExtractor)Create a MultiTenant handler using a custom tenant extraction function.static MultiTenantHandlerMultiTenantHandler. create(Function<RoutingContext,String> tenantExtractor, String contextKey)Create a MultiTenant handler using a custom tenant extraction function. -
Uses of RoutingContext in io.vertx.reactivex.ext.web.handler.graphql
Methods in io.vertx.reactivex.ext.web.handler.graphql that return RoutingContext Modifier and Type Method Description static RoutingContextGraphQLHandler. getRoutingContext(graphql.GraphQLContext graphQlContext)Deprecated.Methods in io.vertx.reactivex.ext.web.handler.graphql with parameters of type RoutingContext Modifier and Type Method Description voidApolloWSHandler. handle(RoutingContext event)Deprecated.voidGraphiQLHandler. handle(RoutingContext event)Something has happened, so handle it.voidGraphQLHandler. handle(RoutingContext event)Something has happened, so handle it.Method parameters in io.vertx.reactivex.ext.web.handler.graphql with type arguments of type RoutingContext Modifier and Type Method Description GraphQLHandlerGraphQLHandler. beforeExecute(Handler<ExecutionInputBuilderWithContext<RoutingContext>> config)Set a callback to invoke before executing a GraphQL query.GraphQLHandlerGraphQLHandler. dataLoaderRegistry(Function<RoutingContext,org.dataloader.DataLoaderRegistry> factory)Deprecated.GraphiQLHandlerGraphiQLHandler. graphiQLRequestHeaders(Function<RoutingContext,MultiMap> factory)Customize the HTTP headers to add to GraphQL requests sent by the GraphiQL user interface.GraphQLHandlerGraphQLHandler. locale(Function<RoutingContext,Locale> factory)Deprecated.GraphQLHandlerGraphQLHandler. queryContext(Function<RoutingContext,Object> factory)Deprecated. -
Uses of RoutingContext in io.vertx.reactivex.ext.web.handler.graphql.ws
Methods in io.vertx.reactivex.ext.web.handler.graphql.ws with parameters of type RoutingContext Modifier and Type Method Description voidGraphQLWSHandler. handle(RoutingContext event)Something has happened, so handle it. -
Uses of RoutingContext in io.vertx.reactivex.ext.web.handler.sockjs
Methods in io.vertx.reactivex.ext.web.handler.sockjs that return RoutingContext Modifier and Type Method Description RoutingContextSockJSSocket. routingContext()Methods in io.vertx.reactivex.ext.web.handler.sockjs with parameters of type RoutingContext Modifier and Type Method Description voidSockJSHandler. handle(RoutingContext routingContext)Deprecated. -
Uses of RoutingContext in io.vertx.reactivex.ext.web.openapi
Method parameters in io.vertx.reactivex.ext.web.openapi with type arguments of type RoutingContext Modifier and Type Method Description OperationOperation. failureHandler(Handler<RoutingContext> handler)Mount a failure handler for this operationOperationOperation. handler(Handler<RoutingContext> handler)Mount an handler for this operationRouterBuilderRouterBuilder. rootHandler(Handler<RoutingContext> rootHandler)Add global handler to be applied prior to being generated.RouterBuilderRouterBuilder. serviceExtraPayloadMapper(Function<RoutingContext,JsonObject> serviceExtraPayloadMapper)When set, this function is called while creating the payload of -
Uses of RoutingContext in io.vertx.reactivex.ext.web.validation
Methods in io.vertx.reactivex.ext.web.validation with parameters of type RoutingContext Modifier and Type Method Description RequestPredicateResultRequestPredicate. apply(RoutingContext in)voidValidationHandler. handle(RoutingContext event)Something has happened, so handle it. -
Uses of RoutingContext in io.vertx.reactivex.micrometer
Methods in io.vertx.reactivex.micrometer that return types with arguments of type RoutingContext Modifier and Type Method Description static Handler<RoutingContext>PrometheusScrapingHandler. create()Creates a Vert.x WebRoutehandler for Prometheus metrics scraping.static Handler<RoutingContext>PrometheusScrapingHandler. create(io.micrometer.prometheus.PrometheusMeterRegistry registry)Creates a Vert.x WebRoutehandler for Prometheus metrics scraping.static Handler<RoutingContext>PrometheusScrapingHandler. create(String registryName)Creates a Vert.x WebRoutehandler for Prometheus metrics scraping.
-