Uses of Class
io.vertx.mutiny.ext.web.RoutingContext
-
-
Uses of RoutingContext in io.vertx.mutiny.circuitbreaker
Methods in io.vertx.mutiny.circuitbreaker with parameters of type RoutingContext Modifier and Type Method Description void
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 RoutingContext Modifier and Type Method Description void
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 RoutingContext Modifier and Type Field Description static TypeArg<RoutingContext>
RoutingContext. __TYPE_ARG
Methods in io.vertx.mutiny.ext.web that return RoutingContext Modifier and Type Method Description RoutingContext
RoutingContext. addCookie(Cookie cookie)
RoutingContext
RoutingContext. attachment(String filename)
RoutingContext
RoutingContext. endAndForget()
Variant ofend(java.lang.String)
that ignores the result of the operation.RoutingContext
RoutingContext. endAndForget(Buffer buffer)
Variant ofend(io.vertx.mutiny.core.buffer.Buffer)
that ignores the result of the operation.RoutingContext
RoutingContext. endAndForget(String chunk)
Variant ofend(String)
that ignores the result of the operation.RoutingContext
RoutingContext. etag(String etag)
RoutingContext
RoutingContext. jsonAndForget(Object json)
Variant ofjson(Object)
that ignores the result of the operation.RoutingContext
RoutingContext. lastModified(String instant)
RoutingContext
RoutingContext. lastModified(Instant instant)
static RoutingContext
RoutingContext. newInstance(io.vertx.ext.web.RoutingContext arg)
RoutingContext
RoutingContext. put(String key, Object obj)
RoutingContext
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 RoutingContext Modifier and Type Method Description void
Router. handleContext(RoutingContext context)
void
Router. handleFailure(RoutingContext context)
Method parameters in io.vertx.mutiny.ext.web with type arguments of type RoutingContext Modifier and Type Method Description Route
Route. blockingHandler(io.vertx.core.Handler<RoutingContext> requestHandler, boolean ordered)
Route
Route. blockingHandler(Consumer<RoutingContext> requestHandler)
Router
Router. errorHandler(int statusCode, Consumer<RoutingContext> errorHandler)
Route
Route. failureHandler(Consumer<RoutingContext> failureHandler)
Route
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.service
Methods in io.vertx.mutiny.ext.web.api.service with parameters of type RoutingContext Modifier and Type Method Description void
RouteToEBServiceHandler. accept(RoutingContext item)
void
RouteToEBServiceHandler. handle(RoutingContext arg0)
Method parameters in io.vertx.mutiny.ext.web.api.service with type arguments of type RoutingContext Modifier and Type Method Description RouteToEBServiceHandler
RouteToEBServiceHandler. extraPayloadMapper(Function<RoutingContext,io.vertx.core.json.JsonObject> extraPayloadMapper)
-
Uses of RoutingContext in io.vertx.mutiny.ext.web.handler
Methods in io.vertx.mutiny.ext.web.handler with parameters of type RoutingContext Modifier and Type Method Description void
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)
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
RedirectAuthHandler. accept(RoutingContext item)
void
ResponseContentTypeHandler. accept(RoutingContext item)
void
ResponseTimeHandler. 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.Void
SessionHandler. flushAndAwait(RoutingContext ctx)
Blocking variant ofSessionHandler.flush(io.vertx.mutiny.ext.web.RoutingContext)
.Void
SessionHandler. flushAndAwait(RoutingContext ctx, boolean ignoreStatus)
Blocking variant ofSessionHandler.flush(io.vertx.mutiny.ext.web.RoutingContext,boolean)
.SessionHandler
SessionHandler. flushAndForget(RoutingContext ctx)
Variant ofSessionHandler.flush(io.vertx.mutiny.ext.web.RoutingContext)
that ignores the result of the operation.SessionHandler
SessionHandler. flushAndForget(RoutingContext ctx, boolean ignoreStatus)
Variant ofSessionHandler.flush(io.vertx.mutiny.ext.web.RoutingContext,boolean)
that ignores the result of the operation.String
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
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
RedirectAuthHandler. handle(RoutingContext arg0)
void
ResponseContentTypeHandler. handle(RoutingContext arg0)
void
ResponseTimeHandler. 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)
Session
SessionHandler. newSession(RoutingContext context)
io.smallrye.mutiny.Uni<Void>
SessionHandler. setUser(RoutingContext context, User user)
Set the user for the sessionVoid
SessionHandler. setUserAndAwait(RoutingContext context, User user)
SessionHandler
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 RoutingContext Modifier and Type Method Description MultiTenantHandler
MultiTenantHandler. addDefaultHandler(Consumer<RoutingContext> handler)
MultiTenantHandler
MultiTenantHandler. addTenantHandler(String tenant, Consumer<RoutingContext> handler)
SimpleAuthenticationHandler
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 with parameters of type RoutingContext Modifier and Type Method Description void
ApolloWSHandler. accept(RoutingContext item)
void
GraphiQLHandler. accept(RoutingContext item)
void
GraphQLHandler. accept(RoutingContext item)
void
ApolloWSHandler. handle(RoutingContext arg0)
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 RoutingContext Modifier and Type Method Description GraphQLHandler
GraphQLHandler. dataLoaderRegistry(Function<RoutingContext,org.dataloader.DataLoaderRegistry> factory)
GraphiQLHandler
GraphiQLHandler. graphiQLRequestHeaders(Function<RoutingContext,MultiMap> factory)
GraphQLHandler
GraphQLHandler. locale(Function<RoutingContext,Locale> factory)
GraphQLHandler
GraphQLHandler. queryContext(Function<RoutingContext,Object> factory)
-
Uses of RoutingContext in io.vertx.mutiny.ext.web.handler.sockjs
Methods in io.vertx.mutiny.ext.web.handler.sockjs that return RoutingContext Modifier and Type Method Description RoutingContext
SockJSSocket. routingContext()
Methods in io.vertx.mutiny.ext.web.handler.sockjs with parameters of type RoutingContext Modifier and Type Method Description void
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 RoutingContext Modifier and Type Method Description Operation
Operation. failureHandler(Consumer<RoutingContext> handler)
Operation
Operation. handler(Consumer<RoutingContext> handler)
RouterBuilder
RouterBuilder. rootHandler(Consumer<RoutingContext> rootHandler)
RouterBuilder
RouterBuilder. serviceExtraPayloadMapper(Function<RoutingContext,io.vertx.core.json.JsonObject> serviceExtraPayloadMapper)
-
Uses of RoutingContext in io.vertx.mutiny.ext.web.validation
Methods in io.vertx.mutiny.ext.web.validation with parameters of type RoutingContext Modifier and Type Method Description void
ValidationHandler. accept(RoutingContext item)
RequestPredicateResult
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 RoutingContext Modifier and Type Method Description static io.vertx.core.Handler<RoutingContext>
PrometheusScrapingHandler. create()
static io.vertx.core.Handler<RoutingContext>
PrometheusScrapingHandler. create(String registryName)
-