Class Hierarchy
- java.lang.Object
- io.vertx.mutiny.ext.web.handler.APIKeyHandler (implements io.vertx.mutiny.ext.web.handler.AuthenticationHandler, java.util.function.Consumer<T>, io.vertx.core.Handler<E>)
- io.vertx.mutiny.ext.web.handler.AuthorizationHandler (implements java.util.function.Consumer<T>, io.vertx.core.Handler<E>)
- io.vertx.mutiny.ext.web.handler.BasicAuthHandler (implements io.vertx.mutiny.ext.web.handler.AuthenticationHandler, java.util.function.Consumer<T>, io.vertx.core.Handler<E>)
- io.vertx.mutiny.ext.web.handler.BodyHandler (implements java.util.function.Consumer<T>, io.vertx.core.Handler<E>)
- io.vertx.mutiny.ext.web.handler.ChainAuthHandler (implements io.vertx.mutiny.ext.web.handler.AuthenticationHandler, java.util.function.Consumer<T>, io.vertx.core.Handler<E>)
- io.vertx.mutiny.ext.web.handler.CorsHandler (implements java.util.function.Consumer<T>, io.vertx.core.Handler<E>)
- io.vertx.mutiny.ext.web.handler.CSPHandler (implements java.util.function.Consumer<T>, io.vertx.core.Handler<E>)
- io.vertx.mutiny.ext.web.handler.CSRFHandler (implements java.util.function.Consumer<T>, io.vertx.core.Handler<E>)
- io.vertx.mutiny.ext.web.handler.DigestAuthHandler (implements io.vertx.mutiny.ext.web.handler.AuthenticationHandler, java.util.function.Consumer<T>, io.vertx.core.Handler<E>)
- io.vertx.mutiny.ext.web.handler.ErrorHandler (implements java.util.function.Consumer<T>, io.vertx.core.Handler<E>)
- io.vertx.mutiny.ext.web.handler.FaviconHandler (implements java.util.function.Consumer<T>, io.vertx.core.Handler<E>)
- io.vertx.mutiny.ext.web.handler.FormLoginHandler (implements java.util.function.Consumer<T>, io.vertx.core.Handler<E>)
- io.vertx.mutiny.ext.web.handler.HSTSHandler (implements java.util.function.Consumer<T>, io.vertx.core.Handler<E>)
- io.vertx.mutiny.ext.web.handler.JWTAuthHandler (implements io.vertx.mutiny.ext.web.handler.AuthenticationHandler, java.util.function.Consumer<T>, io.vertx.core.Handler<E>)
- io.vertx.mutiny.ext.web.handler.LoggerFormatter
- io.vertx.mutiny.ext.web.handler.LoggerHandler (implements java.util.function.Consumer<T>, io.vertx.core.Handler<E>)
- io.vertx.mutiny.ext.web.handler.MethodOverrideHandler (implements java.util.function.Consumer<T>, io.vertx.core.Handler<E>)
- io.vertx.mutiny.ext.web.handler.MultiTenantHandler (implements java.util.function.Consumer<T>, io.vertx.core.Handler<E>)
- io.vertx.mutiny.ext.web.handler.OAuth2AuthHandler (implements io.vertx.mutiny.ext.web.handler.AuthenticationHandler, java.util.function.Consumer<T>, io.vertx.core.Handler<E>)
- io.vertx.mutiny.ext.web.handler.RedirectAuthHandler (implements io.vertx.mutiny.ext.web.handler.AuthenticationHandler, java.util.function.Consumer<T>, io.vertx.core.Handler<E>)
- io.vertx.mutiny.ext.web.handler.ResponseContentTypeHandler (implements java.util.function.Consumer<T>, io.vertx.core.Handler<E>)
- io.vertx.mutiny.ext.web.handler.ResponseTimeHandler (implements java.util.function.Consumer<T>, io.vertx.core.Handler<E>)
- io.vertx.mutiny.ext.web.handler.SessionHandler (implements java.util.function.Consumer<T>, io.vertx.core.Handler<E>)
- io.vertx.mutiny.ext.web.handler.SimpleAuthenticationHandler (implements io.vertx.mutiny.ext.web.handler.AuthenticationHandler, java.util.function.Consumer<T>, io.vertx.core.Handler<E>)
- io.vertx.mutiny.ext.web.handler.StaticHandler (implements java.util.function.Consumer<T>, io.vertx.core.Handler<E>)
- io.vertx.mutiny.ext.web.handler.TemplateHandler (implements java.util.function.Consumer<T>, io.vertx.core.Handler<E>)
- io.vertx.mutiny.ext.web.handler.TimeoutHandler (implements java.util.function.Consumer<T>, io.vertx.core.Handler<E>)
- io.vertx.mutiny.ext.web.handler.WebAuthnHandler (implements io.vertx.mutiny.ext.web.handler.AuthenticationHandler, java.util.function.Consumer<T>, io.vertx.core.Handler<E>)
- io.vertx.mutiny.ext.web.handler.XFrameHandler (implements java.util.function.Consumer<T>, io.vertx.core.Handler<E>)
Interface Hierarchy
- java.util.function.Consumer<T>
- io.vertx.mutiny.ext.web.handler.AuthenticationHandler (also extends io.vertx.core.Handler<E>)
- io.vertx.core.Handler<E>
- io.vertx.mutiny.ext.web.handler.AuthenticationHandler (also extends java.util.function.Consumer<T>)