Uses of Class
io.vertx.mutiny.ext.web.RoutingContext
Packages that use RoutingContext
Package
Description
-
Uses of RoutingContext in io.vertx.mutiny.circuitbreaker
Methods in io.vertx.mutiny.circuitbreaker with parameters of type RoutingContextModifier and TypeMethodDescriptionvoid
HystrixMetricHandler.accept
(RoutingContext item) void
HystrixMetricHandler.handle
(RoutingContext arg0) -
Uses of RoutingContext in io.vertx.mutiny.ext.healthchecks
Methods in io.vertx.mutiny.ext.healthchecks with parameters of type RoutingContextModifier and TypeMethodDescriptionvoid
HealthCheckHandler.accept
(RoutingContext item) void
HealthCheckHandler.handle
(RoutingContext arg0) -
Uses of RoutingContext in io.vertx.mutiny.ext.web
Fields in io.vertx.mutiny.ext.web with type parameters of type RoutingContextMethods in io.vertx.mutiny.ext.web that return RoutingContextModifier and TypeMethodDescriptionDeprecated.RoutingContext.attachment
(String filename) RoutingContext.endAndForget()
Variant ofend(java.lang.String)
that ignores the result of the operation.RoutingContext.endAndForget
(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 RoutingContext
RoutingContext.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 TypeMethodDescriptionvoid
Router.handleContext
(RoutingContext context) void
Router.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> Route
Route.respond
(Function<RoutingContext, io.smallrye.mutiny.Uni<T>> function) -
Uses of RoutingContext in io.vertx.mutiny.ext.web.api.contract
Fields in io.vertx.mutiny.ext.web.api.contract with type parameters of type RoutingContextModifier and TypeFieldDescriptionstatic final TypeArg<RoutingContext>
RouterFactory.TYPE_ARG_0
Deprecated.Methods in io.vertx.mutiny.ext.web.api.contract that return types with arguments of type RoutingContextModifier and TypeMethodDescriptionio.vertx.core.Handler<RoutingContext>
RouterFactory.getValidationFailureHandler()
Deprecated.Router Factory won't manage the validation errors anymore.Methods in io.vertx.mutiny.ext.web.api.contract with parameters of type RoutingContextModifier and TypeMethodDescriptiondefault void
HTTPOperationRequestValidationHandler.accept
(RoutingContext item) Deprecated.void
HTTPOperationRequestValidationHandler.handle
(RoutingContext arg0) Deprecated.Method parameters in io.vertx.mutiny.ext.web.api.contract with type arguments of type RoutingContextModifier and TypeMethodDescriptionRouterFactory.addGlobalHandler
(Consumer<RoutingContext> globalHandler) Deprecated.RouterFactory.addSecurityHandler
(String securitySchemaName, Consumer<RoutingContext> handler) Deprecated.RouterFactory.setExtraOperationContextPayloadMapper
(Function<RoutingContext, io.vertx.core.json.JsonObject> extraOperationContextPayloadMapper) Deprecated.RouterFactory.setNotImplementedFailureHandler
(Consumer<RoutingContext> notImplementedFailureHandler) Deprecated.You must useRouter.errorHandler(int, Handler)
with 501 errorRouterFactory.setValidationFailureHandler
(Consumer<RoutingContext> validationFailureHandler) Deprecated.Router Factory won't manage the validation errors anymore. -
Uses of RoutingContext in io.vertx.mutiny.ext.web.api.contract.openapi3
Methods in io.vertx.mutiny.ext.web.api.contract.openapi3 that return types with arguments of type RoutingContextModifier and TypeMethodDescriptionio.vertx.core.Handler<RoutingContext>
OpenAPI3RouterFactory.getValidationFailureHandler()
Deprecated.Router Factory won't manage the validation errors anymore.Methods in io.vertx.mutiny.ext.web.api.contract.openapi3 with parameters of type RoutingContextModifier and TypeMethodDescriptionvoid
OpenAPI3RequestValidationHandler.accept
(RoutingContext item) Deprecated.void
OpenAPI3RequestValidationHandler.handle
(RoutingContext arg0) Deprecated.Method parameters in io.vertx.mutiny.ext.web.api.contract.openapi3 with type arguments of type RoutingContextModifier and TypeMethodDescriptionOpenAPI3RouterFactory.addFailureHandlerByOperationId
(String operationId, Consumer<RoutingContext> failureHandler) Deprecated.OpenAPI3RouterFactory.addGlobalHandler
(Consumer<RoutingContext> globalHandler) Deprecated.OpenAPI3RouterFactory.addHandlerByOperationId
(String operationId, Consumer<RoutingContext> handler) Deprecated.OpenAPI3RouterFactory.addSecurityHandler
(String securitySchemaName, Consumer<RoutingContext> handler) Deprecated.OpenAPI3RouterFactory.addSecuritySchemaScopeValidator
(String securitySchemaName, String scopeName, Consumer<RoutingContext> handler) Deprecated.OpenAPI3RouterFactory.setExtraOperationContextPayloadMapper
(Function<RoutingContext, io.vertx.core.json.JsonObject> extraOperationContextPayloadMapper) Deprecated.OpenAPI3RouterFactory.setNotImplementedFailureHandler
(Consumer<RoutingContext> notImplementedFailureHandler) Deprecated.You must useRouter.errorHandler(int, Handler)
with 501 errorOpenAPI3RouterFactory.setValidationFailureHandler
(Consumer<RoutingContext> validationFailureHandler) Deprecated.Router Factory won't manage the validation errors anymore. -
Uses of RoutingContext in io.vertx.mutiny.ext.web.api.service
Methods in io.vertx.mutiny.ext.web.api.service with parameters of type RoutingContextModifier and TypeMethodDescriptionvoid
RouteToEBServiceHandler.accept
(RoutingContext item) void
RouteToEBServiceHandler.handle
(RoutingContext arg0) Method parameters in io.vertx.mutiny.ext.web.api.service with type arguments of type RoutingContextModifier and TypeMethodDescriptionRouteToEBServiceHandler.extraPayloadMapper
(Function<RoutingContext, io.vertx.core.json.JsonObject> extraPayloadMapper) -
Uses of RoutingContext in io.vertx.mutiny.ext.web.api.validation
Methods in io.vertx.mutiny.ext.web.api.validation with parameters of type RoutingContextModifier and TypeMethodDescriptionvoid
HTTPRequestValidationHandler.accept
(RoutingContext item) Deprecated.default void
ValidationHandler.accept
(RoutingContext item) Deprecated.void
HTTPRequestValidationHandler.handle
(RoutingContext arg0) Deprecated.void
ValidationHandler.handle
(RoutingContext arg0) Deprecated.void
CustomValidator.validate
(RoutingContext routingContext) Deprecated. -
Uses of RoutingContext in io.vertx.mutiny.ext.web.handler
Methods in io.vertx.mutiny.ext.web.handler with parameters of type RoutingContextModifier and TypeMethodDescriptionvoid
APIKeyHandler.accept
(RoutingContext item) default void
AuthenticationHandler.accept
(RoutingContext item) void
AuthorizationHandler.accept
(RoutingContext item) void
BasicAuthHandler.accept
(RoutingContext item) void
BodyHandler.accept
(RoutingContext item) void
ChainAuthHandler.accept
(RoutingContext item) void
CorsHandler.accept
(RoutingContext item) void
CSPHandler.accept
(RoutingContext item) void
CSRFHandler.accept
(RoutingContext item) void
DigestAuthHandler.accept
(RoutingContext item) void
ErrorHandler.accept
(RoutingContext item) void
FaviconHandler.accept
(RoutingContext item) void
FormLoginHandler.accept
(RoutingContext item) void
HSTSHandler.accept
(RoutingContext item) default void
InputTrustHandler.accept
(RoutingContext item) void
JWTAuthHandler.accept
(RoutingContext item) void
LoggerHandler.accept
(RoutingContext item) void
MethodOverrideHandler.accept
(RoutingContext item) void
MultiTenantHandler.accept
(RoutingContext item) void
OAuth2AuthHandler.accept
(RoutingContext item) void
OtpAuthHandler.accept
(RoutingContext item) default void
PlatformHandler.accept
(RoutingContext item) default void
ProtocolUpgradeHandler.accept
(RoutingContext item) void
RedirectAuthHandler.accept
(RoutingContext item) void
ResponseContentTypeHandler.accept
(RoutingContext item) void
ResponseTimeHandler.accept
(RoutingContext item) default void
SecurityPolicyHandler.accept
(RoutingContext item) void
SessionHandler.accept
(RoutingContext item) void
SimpleAuthenticationHandler.accept
(RoutingContext item) void
StaticHandler.accept
(RoutingContext item) void
TemplateHandler.accept
(RoutingContext item) void
TimeoutHandler.accept
(RoutingContext item) void
WebAuthnHandler.accept
(RoutingContext item) void
XFrameHandler.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) void
APIKeyHandler.handle
(RoutingContext arg0) void
AuthenticationHandler.handle
(RoutingContext arg0) void
AuthorizationHandler.handle
(RoutingContext arg0) void
BasicAuthHandler.handle
(RoutingContext arg0) void
BodyHandler.handle
(RoutingContext arg0) void
ChainAuthHandler.handle
(RoutingContext arg0) void
CorsHandler.handle
(RoutingContext arg0) void
CSPHandler.handle
(RoutingContext arg0) void
CSRFHandler.handle
(RoutingContext arg0) void
DigestAuthHandler.handle
(RoutingContext arg0) void
ErrorHandler.handle
(RoutingContext arg0) void
FaviconHandler.handle
(RoutingContext arg0) void
FormLoginHandler.handle
(RoutingContext arg0) void
HSTSHandler.handle
(RoutingContext arg0) void
InputTrustHandler.handle
(RoutingContext arg0) void
JWTAuthHandler.handle
(RoutingContext arg0) void
LoggerHandler.handle
(RoutingContext arg0) void
MethodOverrideHandler.handle
(RoutingContext arg0) void
MultiTenantHandler.handle
(RoutingContext arg0) void
OAuth2AuthHandler.handle
(RoutingContext arg0) void
OtpAuthHandler.handle
(RoutingContext arg0) void
PlatformHandler.handle
(RoutingContext arg0) void
ProtocolUpgradeHandler.handle
(RoutingContext arg0) void
RedirectAuthHandler.handle
(RoutingContext arg0) void
ResponseContentTypeHandler.handle
(RoutingContext arg0) void
ResponseTimeHandler.handle
(RoutingContext arg0) void
SecurityPolicyHandler.handle
(RoutingContext arg0) void
SessionHandler.handle
(RoutingContext arg0) void
SimpleAuthenticationHandler.handle
(RoutingContext arg0) void
StaticHandler.handle
(RoutingContext arg0) void
TemplateHandler.handle
(RoutingContext arg0) void
TimeoutHandler.handle
(RoutingContext arg0) void
WebAuthnHandler.handle
(RoutingContext arg0) void
XFrameHandler.handle
(RoutingContext arg0) SessionHandler.newSession
(RoutingContext context) io.smallrye.mutiny.Uni<Void>
SessionHandler.setUser
(RoutingContext context, User user) Set the user for the sessionSessionHandler.setUserAndAwait
(RoutingContext context, User user) SessionHandler.setUserAndForget
(RoutingContext context, 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<User>> authenticationFunction) static MultiTenantHandler
MultiTenantHandler.create
(Function<RoutingContext, String> tenantExtractor) static MultiTenantHandler
MultiTenantHandler.create
(Function<RoutingContext, String> tenantExtractor, String contextKey) -
Uses of RoutingContext in io.vertx.mutiny.ext.web.handler.graphql
Methods in io.vertx.mutiny.ext.web.handler.graphql that return RoutingContextModifier and TypeMethodDescriptionstatic RoutingContext
GraphQLHandler.getRoutingContext
(graphql.GraphQLContext graphQlContext) Deprecated.invokeGraphQLContext.get(Object)
withRoutingContext
class object instead.Methods in io.vertx.mutiny.ext.web.handler.graphql with parameters of type RoutingContextModifier and TypeMethodDescriptionvoid
ApolloWSHandler.accept
(RoutingContext item) Deprecated.void
GraphiQLHandler.accept
(RoutingContext item) void
GraphQLHandler.accept
(RoutingContext item) void
ApolloWSHandler.handle
(RoutingContext arg0) Deprecated.void
GraphiQLHandler.handle
(RoutingContext arg0) void
GraphQLHandler.handle
(RoutingContext arg0) Method parameters in io.vertx.mutiny.ext.web.handler.graphql with type arguments of type RoutingContextModifier and TypeMethodDescriptionGraphiQLHandlerBuilder.addingHeaders
(Function<RoutingContext, MultiMap> factory) GraphQLHandler.beforeExecute
(Consumer<ExecutionInputBuilderWithContext<RoutingContext>> config) Deprecated.as of 4.5.1, useGraphQLHandler.builder(GraphQL)
insteadGraphQLHandlerBuilder.beforeExecute
(Consumer<ExecutionInputBuilderWithContext<RoutingContext>> beforeExecuteHandler) GraphQLHandler.dataLoaderRegistry
(Function<RoutingContext, org.dataloader.DataLoaderRegistry> factory) Deprecated.as of 4.2, use#beforeExecute(Handler)
insteadGraphiQLHandler.graphiQLRequestHeaders
(Function<RoutingContext, MultiMap> factory) Deprecated.as of 4.5.1, useGraphiQLHandler.builder(Vertx)
insteadGraphQLHandler.locale
(Function<RoutingContext, Locale> factory) Deprecated.as of 4.2, use#beforeExecute(Handler)
insteadGraphQLHandler.queryContext
(Function<RoutingContext, Object> factory) Deprecated.as of 4.2, use#beforeExecute(Handler)
instead -
Uses of RoutingContext in io.vertx.mutiny.ext.web.handler.graphql.ws
Methods in io.vertx.mutiny.ext.web.handler.graphql.ws with parameters of type RoutingContextModifier and TypeMethodDescriptionvoid
GraphQLWSHandler.accept
(RoutingContext item) void
GraphQLWSHandler.handle
(RoutingContext arg0) -
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 TypeMethodDescriptionvoid
SockJSHandler.accept
(RoutingContext item) void
SockJSHandler.handle
(RoutingContext routingContext) Deprecated.mount the router as a sub-router instead. -
Uses of RoutingContext in io.vertx.mutiny.ext.web.openapi
Method parameters in io.vertx.mutiny.ext.web.openapi with type arguments of type RoutingContextModifier and TypeMethodDescriptionOperation.failureHandler
(Consumer<RoutingContext> handler) Operation.handler
(Consumer<RoutingContext> handler) RouterBuilder.rootHandler
(Consumer<RoutingContext> rootHandler) RouterBuilder.serviceExtraPayloadMapper
(Function<RoutingContext, io.vertx.core.json.JsonObject> serviceExtraPayloadMapper) -
Uses of RoutingContext in io.vertx.mutiny.ext.web.proxy.handler
Methods in io.vertx.mutiny.ext.web.proxy.handler with parameters of type RoutingContextModifier and TypeMethodDescriptionvoid
ProxyHandler.accept
(RoutingContext item) void
ProxyHandler.handle
(RoutingContext arg0) -
Uses of RoutingContext in io.vertx.mutiny.ext.web.validation
Methods in io.vertx.mutiny.ext.web.validation with parameters of type RoutingContextModifier and TypeMethodDescriptionvoid
ValidationHandler.accept
(RoutingContext item) RequestPredicate.apply
(RoutingContext in) void
ValidationHandler.handle
(RoutingContext arg0) -
Uses of RoutingContext in io.vertx.mutiny.micrometer
Methods in io.vertx.mutiny.micrometer that return types with arguments of type RoutingContextModifier and TypeMethodDescriptionstatic io.vertx.core.Handler<RoutingContext>
PrometheusScrapingHandler.create()
static io.vertx.core.Handler<RoutingContext>
PrometheusScrapingHandler.create
(io.micrometer.prometheus.PrometheusMeterRegistry registry) static io.vertx.core.Handler<RoutingContext>
HttpServerResponse#addCookie(Cookie)
Add a cookie.