A B C D E F G H I J L M N O P Q R S T U V W _ 
All Classes All Packages

A

accept() - Method in class io.vertx.mutiny.ext.web.ParsedHeaderValues
 
accept(HttpServerRequest) - Method in class io.vertx.mutiny.ext.web.Router
 
accept(RoutingContext) - Method in interface io.vertx.mutiny.ext.web.handler.AuthenticationHandler
 
accept(RoutingContext) - Method in interface io.vertx.mutiny.ext.web.handler.AuthHandler
 
accept(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.AuthorizationHandler
 
accept(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.BasicAuthHandler
 
accept(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.BodyHandler
 
accept(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.ChainAuthHandler
 
accept(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.CorsHandler
 
accept(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.CSPHandler
 
accept(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.CSRFHandler
 
accept(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.DigestAuthHandler
 
accept(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.ErrorHandler
 
accept(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.FaviconHandler
 
accept(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.FormLoginHandler
 
accept(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.HSTSHandler
 
accept(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.JWTAuthHandler
 
accept(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.LoggerHandler
 
accept(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.MethodOverrideHandler
 
accept(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.MultiTenantHandler
 
accept(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.OAuth2AuthHandler
 
accept(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.RedirectAuthHandler
 
accept(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.ResponseContentTypeHandler
 
accept(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.ResponseTimeHandler
 
accept(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.SessionHandler
 
accept(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSHandler
 
accept(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.StaticHandler
 
accept(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.TemplateHandler
 
accept(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.TimeoutHandler
 
accept(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.WebAuthnHandler
 
acceptableLanguages() - Method in class io.vertx.mutiny.ext.web.RoutingContext
 
acceptCharset() - Method in class io.vertx.mutiny.ext.web.ParsedHeaderValues
 
acceptEncoding() - Method in class io.vertx.mutiny.ext.web.ParsedHeaderValues
 
acceptLanguage() - Method in class io.vertx.mutiny.ext.web.ParsedHeaderValues
 
add(AuthenticationHandler) - Method in class io.vertx.mutiny.ext.web.handler.ChainAuthHandler
 
addAuthorities(Set<String>) - Method in interface io.vertx.mutiny.ext.web.handler.AuthHandler
Deprecated.
this functionality is now handled by the new AuthorizationProvider
addAuthority(String) - Method in interface io.vertx.mutiny.ext.web.handler.AuthHandler
Deprecated.
this functionality is now handled by the new AuthorizationProvider
addAuthorizationProvider(AuthorizationProvider) - Method in class io.vertx.mutiny.ext.web.handler.AuthorizationHandler
 
addBodyEndHandler(Runnable) - Method in class io.vertx.mutiny.ext.web.RoutingContext
 
addCookie(Cookie) - Method in class io.vertx.mutiny.ext.web.RoutingContext
 
addDefaultHandler(Consumer<RoutingContext>) - Method in class io.vertx.mutiny.ext.web.handler.MultiTenantHandler
 
addDirective(String, String) - Method in class io.vertx.mutiny.ext.web.handler.CSPHandler
 
addEndHandler() - Method in class io.vertx.mutiny.ext.web.RoutingContext
Add an end handler for the request/response context.
addEndHandlerAndAwait() - Method in class io.vertx.mutiny.ext.web.RoutingContext
Blocking variant of RoutingContext.addEndHandler().
addEndHandlerAndForget() - Method in class io.vertx.mutiny.ext.web.RoutingContext
Variant of RoutingContext.addEndHandler() that ignores the result of the operation.
addHeadersEndHandler(Runnable) - Method in class io.vertx.mutiny.ext.web.RoutingContext
 
addOrigin(String) - Method in class io.vertx.mutiny.ext.web.handler.CorsHandler
 
addOrigins(List<String>) - Method in class io.vertx.mutiny.ext.web.handler.CorsHandler
 
addTenantHandler(String, Consumer<RoutingContext>) - Method in class io.vertx.mutiny.ext.web.handler.MultiTenantHandler
 
all() - Static method in class io.vertx.mutiny.ext.web.handler.ChainAuthHandler
 
allowCredentials(boolean) - Method in class io.vertx.mutiny.ext.web.handler.CorsHandler
 
allowedHeader(String) - Method in class io.vertx.mutiny.ext.web.handler.CorsHandler
 
allowedHeaders(Set<String>) - Method in class io.vertx.mutiny.ext.web.handler.CorsHandler
 
allowedMethod(HttpMethod) - Method in class io.vertx.mutiny.ext.web.handler.CorsHandler
 
allowedMethods(Set<HttpMethod>) - Method in class io.vertx.mutiny.ext.web.handler.CorsHandler
 
allowForward(AllowForwardHeaders) - Method in class io.vertx.mutiny.ext.web.Router
 
any() - Static method in class io.vertx.mutiny.ext.web.handler.ChainAuthHandler
 
attachment(String) - Method in class io.vertx.mutiny.ext.web.RoutingContext
 
authenticateHeader(RoutingContext) - Method in interface io.vertx.mutiny.ext.web.handler.AuthenticationHandler
 
authenticateHeader(RoutingContext) - Method in interface io.vertx.mutiny.ext.web.handler.AuthHandler
Deprecated. 
authenticateHeader(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.BasicAuthHandler
 
authenticateHeader(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.ChainAuthHandler
 
authenticateHeader(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.DigestAuthHandler
 
authenticateHeader(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.JWTAuthHandler
 
authenticateHeader(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.OAuth2AuthHandler
 
authenticateHeader(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.RedirectAuthHandler
 
AuthenticationHandler - Interface in io.vertx.mutiny.ext.web.handler
Base interface for auth handlers.
AuthHandler - Interface in io.vertx.mutiny.ext.web.handler
Base interface for auth handlers.
AuthorizationHandler - Class in io.vertx.mutiny.ext.web.handler
Base interface for authorization handlers that provide authorization support.
AuthorizationHandler(AuthorizationHandler) - Constructor for class io.vertx.mutiny.ext.web.handler.AuthorizationHandler
 
AuthorizationHandler(Object) - Constructor for class io.vertx.mutiny.ext.web.handler.AuthorizationHandler
 
authorize(User) - Method in interface io.vertx.mutiny.ext.web.handler.AuthHandler
Deprecated.
this functionality is now handled by the new AuthorizationProvider
authorizeAndAwait(User) - Method in interface io.vertx.mutiny.ext.web.handler.AuthHandler
Deprecated.
this functionality is now handled by the new AuthorizationProvider
authorizeAndForget(User) - Method in interface io.vertx.mutiny.ext.web.handler.AuthHandler
Deprecated.
this functionality is now handled by the new AuthorizationProvider

B

BasicAuthHandler - Class in io.vertx.mutiny.ext.web.handler
An auth handler that provides HTTP Basic Authentication support.
BasicAuthHandler(BasicAuthHandler) - Constructor for class io.vertx.mutiny.ext.web.handler.BasicAuthHandler
 
BasicAuthHandler(Object) - Constructor for class io.vertx.mutiny.ext.web.handler.BasicAuthHandler
 
blockingHandler(Handler<RoutingContext>, boolean) - Method in class io.vertx.mutiny.ext.web.Route
 
blockingHandler(Consumer<RoutingContext>) - Method in class io.vertx.mutiny.ext.web.Route
 
BodyHandler - Class in io.vertx.mutiny.ext.web.handler
A handler which gathers the entire request body and sets it on the .
BodyHandler(BodyHandler) - Constructor for class io.vertx.mutiny.ext.web.handler.BodyHandler
 
BodyHandler(Object) - Constructor for class io.vertx.mutiny.ext.web.handler.BodyHandler
 
bridge(SockJSBridgeOptions) - Method in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSHandler
 
bridge(SockJSBridgeOptions, Consumer<BridgeEvent>) - Method in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSHandler
 
bridge(AuthorizationProvider, SockJSBridgeOptions, Consumer<BridgeEvent>) - Method in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSHandler
 
BridgeEvent - Class in io.vertx.mutiny.ext.web.handler.sockjs
Represents an event that occurs on the event bus bridge.
BridgeEvent(BridgeEvent) - Constructor for class io.vertx.mutiny.ext.web.handler.sockjs.BridgeEvent
 
BridgeEvent(Object) - Constructor for class io.vertx.mutiny.ext.web.handler.sockjs.BridgeEvent
 

C

cancel() - Method in class io.vertx.mutiny.ext.web.FileUpload
 
ChainAuthHandler - Class in io.vertx.mutiny.ext.web.handler
An auth handler that chains to a sequence of handlers.
ChainAuthHandler(ChainAuthHandler) - Constructor for class io.vertx.mutiny.ext.web.handler.ChainAuthHandler
 
ChainAuthHandler(Object) - Constructor for class io.vertx.mutiny.ext.web.handler.ChainAuthHandler
 
charSet() - Method in class io.vertx.mutiny.ext.web.FileUpload
 
clear() - Method in class io.vertx.mutiny.ext.web.Router
 
clear() - Method in class io.vertx.mutiny.ext.web.sstore.SessionStore
Remove all sessions from the store.
clearAndAwait() - Method in class io.vertx.mutiny.ext.web.sstore.SessionStore
Blocking variant of SessionStore.clear().
clearAndForget() - Method in class io.vertx.mutiny.ext.web.sstore.SessionStore
Variant of SessionStore.clear() that ignores the result of the operation.
clearUser() - Method in class io.vertx.mutiny.ext.web.RoutingContext
 
close() - Method in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSSocket
 
close() - Method in class io.vertx.mutiny.ext.web.sstore.SessionStore
 
close(int, String) - Method in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSSocket
 
ClusteredSessionStore - Class in io.vertx.mutiny.ext.web.sstore
A session store which stores sessions in a distributed map so they are available across the cluster.
ClusteredSessionStore(ClusteredSessionStore) - Constructor for class io.vertx.mutiny.ext.web.sstore.ClusteredSessionStore
 
ClusteredSessionStore(Object) - Constructor for class io.vertx.mutiny.ext.web.sstore.ClusteredSessionStore
 
complete(Boolean) - Method in class io.vertx.mutiny.ext.web.handler.sockjs.BridgeEvent
 
component() - Method in class io.vertx.mutiny.ext.web.MIMEHeader
 
computeIfAbsent(String, Function<String, Object>) - Method in class io.vertx.mutiny.ext.web.Session
 
connect() - Method in class io.vertx.mutiny.ext.web.Router
 
connect(String) - Method in class io.vertx.mutiny.ext.web.Router
 
connectWithRegex(String) - Method in class io.vertx.mutiny.ext.web.Router
 
consumes(String) - Method in class io.vertx.mutiny.ext.web.Route
 
contentTransferEncoding() - Method in class io.vertx.mutiny.ext.web.FileUpload
 
contentType() - Method in class io.vertx.mutiny.ext.web.FileUpload
 
contentType() - Method in class io.vertx.mutiny.ext.web.ParsedHeaderValues
 
cookieCount() - Method in class io.vertx.mutiny.ext.web.RoutingContext
 
cookieMap() - Method in class io.vertx.mutiny.ext.web.RoutingContext
 
CorsHandler - Class in io.vertx.mutiny.ext.web.handler
A handler which implements server side http://www.w3.org/TR/cors/[CORS] support for Vert.x-Web.
CorsHandler(CorsHandler) - Constructor for class io.vertx.mutiny.ext.web.handler.CorsHandler
 
CorsHandler(Object) - Constructor for class io.vertx.mutiny.ext.web.handler.CorsHandler
 
create() - Static method in class io.vertx.mutiny.ext.web.handler.BodyHandler
 
create() - Static method in class io.vertx.mutiny.ext.web.handler.ChainAuthHandler
Deprecated.
create() - Static method in class io.vertx.mutiny.ext.web.handler.CorsHandler
 
create() - Static method in class io.vertx.mutiny.ext.web.handler.CSPHandler
 
create() - Static method in class io.vertx.mutiny.ext.web.handler.HSTSHandler
 
create() - Static method in class io.vertx.mutiny.ext.web.handler.LoggerHandler
 
create() - Static method in class io.vertx.mutiny.ext.web.handler.MethodOverrideHandler
 
create() - Static method in class io.vertx.mutiny.ext.web.handler.ResponseContentTypeHandler
 
create() - Static method in class io.vertx.mutiny.ext.web.handler.ResponseTimeHandler
 
create() - Static method in class io.vertx.mutiny.ext.web.handler.StaticHandler
 
create() - Static method in class io.vertx.mutiny.ext.web.handler.TimeoutHandler
 
create(boolean) - Static method in class io.vertx.mutiny.ext.web.handler.BodyHandler
 
create(boolean) - Static method in class io.vertx.mutiny.ext.web.handler.HSTSHandler
 
create(boolean) - Static method in class io.vertx.mutiny.ext.web.handler.MethodOverrideHandler
 
create(boolean, LoggerFormat) - Static method in class io.vertx.mutiny.ext.web.handler.LoggerHandler
 
create(long) - Static method in class io.vertx.mutiny.ext.web.handler.TimeoutHandler
 
create(long, boolean) - Static method in class io.vertx.mutiny.ext.web.handler.HSTSHandler
 
create(long, int) - Static method in class io.vertx.mutiny.ext.web.handler.TimeoutHandler
 
create(LoggerFormat) - Static method in class io.vertx.mutiny.ext.web.handler.LoggerHandler
 
create(Vertx) - Static method in class io.vertx.mutiny.ext.web.handler.ErrorHandler
 
create(Vertx) - Static method in class io.vertx.mutiny.ext.web.handler.FaviconHandler
 
create(Vertx) - Static method in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSHandler
 
create(Vertx) - Static method in class io.vertx.mutiny.ext.web.sstore.ClusteredSessionStore
 
create(Vertx) - Static method in class io.vertx.mutiny.ext.web.sstore.LocalSessionStore
 
create(Vertx) - Static method in class io.vertx.mutiny.ext.web.sstore.SessionStore
 
create(Vertx, boolean) - Static method in class io.vertx.mutiny.ext.web.handler.ErrorHandler
 
create(Vertx, long) - Static method in class io.vertx.mutiny.ext.web.handler.FaviconHandler
 
create(Vertx, long) - Static method in class io.vertx.mutiny.ext.web.sstore.ClusteredSessionStore
 
create(Vertx, JsonObject) - Static method in class io.vertx.mutiny.ext.web.sstore.SessionStore
 
create(Vertx, SockJSHandlerOptions) - Static method in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSHandler
 
create(Vertx, HtdigestAuth) - Static method in class io.vertx.mutiny.ext.web.handler.DigestAuthHandler
 
create(Vertx, HtdigestAuth, long) - Static method in class io.vertx.mutiny.ext.web.handler.DigestAuthHandler
 
create(Vertx, OAuth2Auth) - Static method in class io.vertx.mutiny.ext.web.handler.OAuth2AuthHandler
 
create(Vertx, OAuth2Auth, String) - Static method in class io.vertx.mutiny.ext.web.handler.OAuth2AuthHandler
 
create(Vertx, String) - Static method in class io.vertx.mutiny.ext.web.handler.CSRFHandler
 
create(Vertx, String) - Static method in class io.vertx.mutiny.ext.web.handler.ErrorHandler
 
create(Vertx, String) - Static method in class io.vertx.mutiny.ext.web.handler.FaviconHandler
 
create(Vertx, String) - Static method in class io.vertx.mutiny.ext.web.sstore.ClusteredSessionStore
 
create(Vertx, String) - Static method in class io.vertx.mutiny.ext.web.sstore.LocalSessionStore
 
create(Vertx, String, boolean) - Static method in class io.vertx.mutiny.ext.web.handler.ErrorHandler
 
create(Vertx, String, long) - Static method in class io.vertx.mutiny.ext.web.handler.FaviconHandler
 
create(Vertx, String, long) - Static method in class io.vertx.mutiny.ext.web.sstore.ClusteredSessionStore
 
create(Vertx, String, long) - Static method in class io.vertx.mutiny.ext.web.sstore.LocalSessionStore
 
create(AuthenticationProvider) - Static method in class io.vertx.mutiny.ext.web.handler.BasicAuthHandler
 
create(AuthenticationProvider) - Static method in class io.vertx.mutiny.ext.web.handler.FormLoginHandler
 
create(AuthenticationProvider) - Static method in class io.vertx.mutiny.ext.web.handler.RedirectAuthHandler
 
create(AuthenticationProvider, String) - Static method in class io.vertx.mutiny.ext.web.handler.BasicAuthHandler
 
create(AuthenticationProvider, String) - Static method in class io.vertx.mutiny.ext.web.handler.RedirectAuthHandler
 
create(AuthenticationProvider, String, String) - Static method in class io.vertx.mutiny.ext.web.handler.RedirectAuthHandler
 
create(AuthenticationProvider, String, String, String, String) - Static method in class io.vertx.mutiny.ext.web.handler.FormLoginHandler
 
create(Authorization) - Static method in class io.vertx.mutiny.ext.web.handler.AuthorizationHandler
 
create(JWTAuth) - Static method in class io.vertx.mutiny.ext.web.handler.JWTAuthHandler
 
create(WebAuthn) - Static method in class io.vertx.mutiny.ext.web.handler.WebAuthnHandler
 
create(TemplateEngine) - Static method in class io.vertx.mutiny.ext.web.handler.TemplateHandler
 
create(TemplateEngine, String, String) - Static method in class io.vertx.mutiny.ext.web.handler.TemplateHandler
 
create(SessionStore) - Static method in class io.vertx.mutiny.ext.web.handler.SessionHandler
 
create(String) - Static method in class io.vertx.mutiny.ext.web.handler.BodyHandler
 
create(String) - Static method in class io.vertx.mutiny.ext.web.handler.CorsHandler
 
create(String) - Static method in class io.vertx.mutiny.ext.web.handler.MultiTenantHandler
 
create(String) - Static method in class io.vertx.mutiny.ext.web.handler.ResponseContentTypeHandler
 
create(String) - Static method in class io.vertx.mutiny.ext.web.handler.StaticHandler
 
create(Function<RoutingContext, String>) - Static method in class io.vertx.mutiny.ext.web.handler.MultiTenantHandler
 
create(Function<RoutingContext, String>, String) - Static method in class io.vertx.mutiny.ext.web.handler.MultiTenantHandler
 
createSession(long) - Method in class io.vertx.mutiny.ext.web.sstore.SessionStore
 
createSession(long, int) - Method in class io.vertx.mutiny.ext.web.sstore.SessionStore
 
CSPHandler - Class in io.vertx.mutiny.ext.web.handler
Content Security Policy (CSP) is an added layer of security that helps to detect and mitigate certain types of attacks, including Cross Site Scripting (XSS) and data injection attacks.
CSPHandler(CSPHandler) - Constructor for class io.vertx.mutiny.ext.web.handler.CSPHandler
 
CSPHandler(Object) - Constructor for class io.vertx.mutiny.ext.web.handler.CSPHandler
 
CSRFHandler - Class in io.vertx.mutiny.ext.web.handler
This handler adds a CSRF token to requests which mutate state.
CSRFHandler(CSRFHandler) - Constructor for class io.vertx.mutiny.ext.web.handler.CSRFHandler
 
CSRFHandler(Object) - Constructor for class io.vertx.mutiny.ext.web.handler.CSRFHandler
 
currentRoute() - Method in class io.vertx.mutiny.ext.web.RoutingContext
 
customFormatter(Function<HttpServerRequest, String>) - Method in class io.vertx.mutiny.ext.web.handler.LoggerHandler
 

D

data() - Method in class io.vertx.mutiny.ext.web.RoutingContext
 
data() - Method in class io.vertx.mutiny.ext.web.Session
 
DEFAULT_ALWAYS_ASYNC_FS - Static variable in class io.vertx.mutiny.ext.web.handler.StaticHandler
Default of whether async filesystem access should always be used
DEFAULT_BODY_LIMIT - Static variable in class io.vertx.mutiny.ext.web.handler.BodyHandler
Default max size for a request body = -1 means unlimited
DEFAULT_CACHE_ENTRY_TIMEOUT - Static variable in class io.vertx.mutiny.ext.web.handler.StaticHandler
Default cache entry timeout, when caching
DEFAULT_CACHING_ENABLED - Static variable in class io.vertx.mutiny.ext.web.handler.StaticHandler
Default of whether cache header handling is enabled
DEFAULT_CONTENT_TYPE - Static variable in class io.vertx.mutiny.ext.web.handler.TemplateHandler
The default content type header to be used in the response
DEFAULT_COOKIE_HTTP_ONLY_FLAG - Static variable in class io.vertx.mutiny.ext.web.handler.SessionHandler
Default of whether the cookie has the HttpOnly flag set More info: https://www.owasp.org/index.php/HttpOnly
DEFAULT_COOKIE_NAME - Static variable in class io.vertx.mutiny.ext.web.handler.CSRFHandler
 
DEFAULT_COOKIE_PATH - Static variable in class io.vertx.mutiny.ext.web.handler.CSRFHandler
 
DEFAULT_COOKIE_SECURE_FLAG - Static variable in class io.vertx.mutiny.ext.web.handler.SessionHandler
Default of whether the cookie has the 'secure' flag set to allow transmission over https only.
DEFAULT_DELETE_UPLOADED_FILES_ON_END - Static variable in class io.vertx.mutiny.ext.web.handler.BodyHandler
Default value of whether uploaded files should be removed after handling the request
DEFAULT_DIRECTORY_LISTING - Static variable in class io.vertx.mutiny.ext.web.handler.StaticHandler
Default of whether directory listing is enabled
DEFAULT_DIRECTORY_TEMPLATE - Static variable in class io.vertx.mutiny.ext.web.handler.StaticHandler
Default template file to use for directory listing
DEFAULT_DISABLE_FLAG - Static variable in class io.vertx.mutiny.ext.web.handler.ResponseContentTypeHandler
 
DEFAULT_ENABLE_FS_TUNING - Static variable in class io.vertx.mutiny.ext.web.handler.StaticHandler
Default of whether fs async/sync tuning should be used
DEFAULT_ERROR_HANDLER_TEMPLATE - Static variable in class io.vertx.mutiny.ext.web.handler.ErrorHandler
The default template to use for rendering
DEFAULT_ERRORCODE - Static variable in class io.vertx.mutiny.ext.web.handler.TimeoutHandler
The default error code
DEFAULT_FILES_READ_ONLY - Static variable in class io.vertx.mutiny.ext.web.handler.StaticHandler
Default value of whether files are read -only and never will be updated
DEFAULT_FORMAT - Static variable in class io.vertx.mutiny.ext.web.handler.LoggerHandler
 
DEFAULT_HEADER_NAME - Static variable in class io.vertx.mutiny.ext.web.handler.CSRFHandler
 
DEFAULT_INCLUDE_HIDDEN - Static variable in class io.vertx.mutiny.ext.web.handler.StaticHandler
Default of whether hidden files can be served
DEFAULT_INDEX_PAGE - Static variable in class io.vertx.mutiny.ext.web.handler.StaticHandler
The default index page
DEFAULT_INDEX_TEMPLATE - Static variable in class io.vertx.mutiny.ext.web.handler.TemplateHandler
The default index page
DEFAULT_LAZY_SESSION - Static variable in class io.vertx.mutiny.ext.web.handler.SessionHandler
Default of whether the session should be created lazily.
DEFAULT_LOGIN_REDIRECT_URL - Static variable in class io.vertx.mutiny.ext.web.handler.RedirectAuthHandler
Default path the user will be redirected to
DEFAULT_MAX_AGE - Static variable in class io.vertx.mutiny.ext.web.handler.HSTSHandler
 
DEFAULT_MAX_AGE_SECONDS - Static variable in class io.vertx.mutiny.ext.web.handler.FaviconHandler
The default max age in seconds as set in the cache-control header
DEFAULT_MAX_AGE_SECONDS - Static variable in class io.vertx.mutiny.ext.web.handler.StaticHandler
Default max age for cache headers
DEFAULT_MAX_AVG_SERVE_TIME_NS - Static variable in class io.vertx.mutiny.ext.web.handler.StaticHandler
Default max avg serve time, in ns, over which serving will be considered slow
DEFAULT_MAX_CACHE_SIZE - Static variable in class io.vertx.mutiny.ext.web.handler.StaticHandler
The default max cache size
DEFAULT_MERGE_FORM_ATTRIBUTES - Static variable in class io.vertx.mutiny.ext.web.handler.BodyHandler
Default value of whether form attributes should be merged into request params
DEFAULT_NAG_HTTPS - Static variable in class io.vertx.mutiny.ext.web.handler.SessionHandler
Default of whether a nagging log warning should be written if the session handler is accessed over HTTP, not HTTPS
DEFAULT_NONCE_EXPIRE_TIMEOUT - Static variable in class io.vertx.mutiny.ext.web.handler.DigestAuthHandler
The default nonce expire timeout to use in milliseconds.
DEFAULT_PASSWORD_PARAM - Static variable in class io.vertx.mutiny.ext.web.handler.FormLoginHandler
The default value of the form attribute which will contain the password
DEFAULT_PREALLOCATE_BODY_BUFFER - Static variable in class io.vertx.mutiny.ext.web.handler.BodyHandler
Default value of whether to pre-allocate the body buffer size according to the content-length HTTP request header
DEFAULT_RANGE_SUPPORT - Static variable in class io.vertx.mutiny.ext.web.handler.StaticHandler
Default of whether Range request handling support should be used
DEFAULT_REALM - Static variable in class io.vertx.mutiny.ext.web.handler.BasicAuthHandler
The default realm to use
DEFAULT_REAPER_INTERVAL - Static variable in class io.vertx.mutiny.ext.web.sstore.LocalSessionStore
Default of how often, in ms, to check for expired sessions
DEFAULT_RETRY_TIMEOUT - Static variable in class io.vertx.mutiny.ext.web.sstore.ClusteredSessionStore
Default retry time out, in ms, for a session not found in this store.
DEFAULT_RETURN_URL_PARAM - Static variable in class io.vertx.mutiny.ext.web.handler.FormLoginHandler
The default value of the session attribute which will contain the return url
DEFAULT_RETURN_URL_PARAM - Static variable in class io.vertx.mutiny.ext.web.handler.RedirectAuthHandler
Default name of param used to store return url information in session
DEFAULT_ROOT_FILESYSTEM_ACCESS - Static variable in class io.vertx.mutiny.ext.web.handler.StaticHandler
Default of whether access to the root of the file system should be allowed or just allow from the current working directory.
DEFAULT_SEND_VARY_HEADER - Static variable in class io.vertx.mutiny.ext.web.handler.StaticHandler
Default of whether vary header should be sent.
DEFAULT_SESSION_COOKIE_NAME - Static variable in class io.vertx.mutiny.ext.web.handler.SessionHandler
Default name of session cookie
DEFAULT_SESSION_COOKIE_PATH - Static variable in class io.vertx.mutiny.ext.web.handler.SessionHandler
Default path of session cookie
DEFAULT_SESSION_MAP_NAME - Static variable in class io.vertx.mutiny.ext.web.sstore.ClusteredSessionStore
The default name used for the session map
DEFAULT_SESSION_MAP_NAME - Static variable in class io.vertx.mutiny.ext.web.sstore.LocalSessionStore
Default name for map used to store sessions
DEFAULT_SESSION_TIMEOUT - Static variable in class io.vertx.mutiny.ext.web.handler.SessionHandler
Default time, in ms, that a session lasts for without being accessed before expiring.
DEFAULT_SESSIONID_LENGTH - Static variable in class io.vertx.mutiny.ext.web.sstore.ClusteredSessionStore
Default length for a session id.
DEFAULT_SESSIONID_LENGTH - Static variable in class io.vertx.mutiny.ext.web.sstore.LocalSessionStore
Default length for a session id.
DEFAULT_SESSIONID_LENGTH - Static variable in class io.vertx.mutiny.ext.web.sstore.SessionStore
Default length for a session id.
DEFAULT_SESSIONID_MIN_LENGTH - Static variable in class io.vertx.mutiny.ext.web.handler.SessionHandler
Default min length for a session id.
DEFAULT_TEMPLATE_DIRECTORY - Static variable in class io.vertx.mutiny.ext.web.handler.TemplateHandler
The default directory where templates will be looked for
DEFAULT_TIMEOUT - Static variable in class io.vertx.mutiny.ext.web.handler.TimeoutHandler
The default timeout, in ms
DEFAULT_UPLOADS_DIRECTORY - Static variable in class io.vertx.mutiny.ext.web.handler.BodyHandler
Default uploads directory on server for file uploads
DEFAULT_USERNAME_PARAM - Static variable in class io.vertx.mutiny.ext.web.handler.FormLoginHandler
The default value of the form attribute which will contain the username
DEFAULT_WEB_ROOT - Static variable in class io.vertx.mutiny.ext.web.handler.StaticHandler
Default value of the web-root, where files are served from
DEFAULT_WEIGHT - Static variable in class io.vertx.mutiny.ext.web.LanguageHeader
If no "q" parameter is present, the default weight is 1.
DEFAULT_WEIGHT - Static variable in class io.vertx.mutiny.ext.web.MIMEHeader
If no "q" parameter is present, the default weight is 1.
delete() - Method in class io.vertx.mutiny.ext.web.Router
 
delete(String) - Method in class io.vertx.mutiny.ext.web.Router
 
delete(String) - Method in class io.vertx.mutiny.ext.web.sstore.SessionStore
Delete the session with the specified ID.
deleteAndAwait(String) - Method in class io.vertx.mutiny.ext.web.sstore.SessionStore
Blocking variant of SessionStore.delete(String).
deleteAndForget(String) - Method in class io.vertx.mutiny.ext.web.sstore.SessionStore
Variant of SessionStore.delete(String) that ignores the result of the operation.
deleteWithRegex(String) - Method in class io.vertx.mutiny.ext.web.Router
 
destroy() - Method in class io.vertx.mutiny.ext.web.Session
 
DigestAuthHandler - Class in io.vertx.mutiny.ext.web.handler
An auth handler that provides HTTP Basic Authentication support.
DigestAuthHandler(DigestAuthHandler) - Constructor for class io.vertx.mutiny.ext.web.handler.DigestAuthHandler
 
DigestAuthHandler(Object) - Constructor for class io.vertx.mutiny.ext.web.handler.DigestAuthHandler
 
disable() - Method in class io.vertx.mutiny.ext.web.Route
 
drainHandler(Runnable) - Method in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSSocket
 

E

enable() - Method in class io.vertx.mutiny.ext.web.Route
 
end() - Method in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSSocket
 
end() - Method in class io.vertx.mutiny.ext.web.RoutingContext
end(Buffer) - Method in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSSocket
 
end(Buffer) - Method in class io.vertx.mutiny.ext.web.RoutingContext
end(String) - Method in class io.vertx.mutiny.ext.web.RoutingContext
endAndAwait() - Method in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSSocket
 
endAndAwait() - Method in class io.vertx.mutiny.ext.web.RoutingContext
endAndAwait(Buffer) - Method in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSSocket
 
endAndAwait(Buffer) - Method in class io.vertx.mutiny.ext.web.RoutingContext
endAndAwait(String) - Method in class io.vertx.mutiny.ext.web.RoutingContext
Blocking variant of RoutingContext.end(String).
endAndForget() - Method in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSSocket
 
endAndForget() - Method in class io.vertx.mutiny.ext.web.RoutingContext
Variant of RoutingContext.end(java.lang.String) that ignores the result of the operation.
endAndForget(Buffer) - Method in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSSocket
 
endAndForget(Buffer) - Method in class io.vertx.mutiny.ext.web.RoutingContext
Variant of RoutingContext.end(io.vertx.mutiny.core.buffer.Buffer) that ignores the result of the operation.
endAndForget(String) - Method in class io.vertx.mutiny.ext.web.RoutingContext
Variant of RoutingContext.end(String) that ignores the result of the operation.
endHandler(Runnable) - Method in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSSocket
 
equals(Object) - Method in class io.vertx.mutiny.ext.web.FileUpload
 
equals(Object) - Method in class io.vertx.mutiny.ext.web.handler.AuthorizationHandler
 
equals(Object) - Method in class io.vertx.mutiny.ext.web.handler.BasicAuthHandler
 
equals(Object) - Method in class io.vertx.mutiny.ext.web.handler.BodyHandler
 
equals(Object) - Method in class io.vertx.mutiny.ext.web.handler.ChainAuthHandler
 
equals(Object) - Method in class io.vertx.mutiny.ext.web.handler.CorsHandler
 
equals(Object) - Method in class io.vertx.mutiny.ext.web.handler.CSPHandler
 
equals(Object) - Method in class io.vertx.mutiny.ext.web.handler.CSRFHandler
 
equals(Object) - Method in class io.vertx.mutiny.ext.web.handler.DigestAuthHandler
 
equals(Object) - Method in class io.vertx.mutiny.ext.web.handler.ErrorHandler
 
equals(Object) - Method in class io.vertx.mutiny.ext.web.handler.FaviconHandler
 
equals(Object) - Method in class io.vertx.mutiny.ext.web.handler.FormLoginHandler
 
equals(Object) - Method in class io.vertx.mutiny.ext.web.handler.HSTSHandler
 
equals(Object) - Method in class io.vertx.mutiny.ext.web.handler.JWTAuthHandler
 
equals(Object) - Method in class io.vertx.mutiny.ext.web.handler.LoggerHandler
 
equals(Object) - Method in class io.vertx.mutiny.ext.web.handler.MethodOverrideHandler
 
equals(Object) - Method in class io.vertx.mutiny.ext.web.handler.MultiTenantHandler
 
equals(Object) - Method in class io.vertx.mutiny.ext.web.handler.OAuth2AuthHandler
 
equals(Object) - Method in class io.vertx.mutiny.ext.web.handler.RedirectAuthHandler
 
equals(Object) - Method in class io.vertx.mutiny.ext.web.handler.ResponseContentTypeHandler
 
equals(Object) - Method in class io.vertx.mutiny.ext.web.handler.ResponseTimeHandler
 
equals(Object) - Method in class io.vertx.mutiny.ext.web.handler.SessionHandler
 
equals(Object) - Method in class io.vertx.mutiny.ext.web.handler.sockjs.BridgeEvent
 
equals(Object) - Method in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSHandler
 
equals(Object) - Method in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSSocket
 
equals(Object) - Method in class io.vertx.mutiny.ext.web.handler.StaticHandler
 
equals(Object) - Method in class io.vertx.mutiny.ext.web.handler.TemplateHandler
 
equals(Object) - Method in class io.vertx.mutiny.ext.web.handler.TimeoutHandler
 
equals(Object) - Method in class io.vertx.mutiny.ext.web.handler.WebAuthnHandler
 
equals(Object) - Method in class io.vertx.mutiny.ext.web.LanguageHeader
 
equals(Object) - Method in class io.vertx.mutiny.ext.web.MIMEHeader
 
equals(Object) - Method in class io.vertx.mutiny.ext.web.ParsedHeaderValues
 
equals(Object) - Method in class io.vertx.mutiny.ext.web.Route
 
equals(Object) - Method in class io.vertx.mutiny.ext.web.Router
 
equals(Object) - Method in class io.vertx.mutiny.ext.web.RoutingContext
 
equals(Object) - Method in class io.vertx.mutiny.ext.web.Session
 
equals(Object) - Method in class io.vertx.mutiny.ext.web.sstore.ClusteredSessionStore
 
equals(Object) - Method in class io.vertx.mutiny.ext.web.sstore.LocalSessionStore
 
equals(Object) - Method in class io.vertx.mutiny.ext.web.sstore.SessionStore
 
errorHandler(int, Consumer<RoutingContext>) - Method in class io.vertx.mutiny.ext.web.Router
 
ErrorHandler - Class in io.vertx.mutiny.ext.web.handler
A pretty error handler for rendering error pages.
ErrorHandler(ErrorHandler) - Constructor for class io.vertx.mutiny.ext.web.handler.ErrorHandler
 
ErrorHandler(Object) - Constructor for class io.vertx.mutiny.ext.web.handler.ErrorHandler
 
etag(String) - Method in class io.vertx.mutiny.ext.web.RoutingContext
 
exceptionHandler(Consumer<Throwable>) - Method in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSSocket
 
exposedHeader(String) - Method in class io.vertx.mutiny.ext.web.handler.CorsHandler
 
exposedHeaders(Set<String>) - Method in class io.vertx.mutiny.ext.web.handler.CorsHandler
 
extraParams(JsonObject) - Method in class io.vertx.mutiny.ext.web.handler.OAuth2AuthHandler
 

F

fail(int) - Method in class io.vertx.mutiny.ext.web.RoutingContext
 
fail(int, Throwable) - Method in class io.vertx.mutiny.ext.web.RoutingContext
 
fail(Throwable) - Method in class io.vertx.mutiny.ext.web.RoutingContext
 
failed() - Method in class io.vertx.mutiny.ext.web.RoutingContext
 
failure() - Method in class io.vertx.mutiny.ext.web.RoutingContext
 
failureHandler(Consumer<RoutingContext>) - Method in class io.vertx.mutiny.ext.web.Route
 
FaviconHandler - Class in io.vertx.mutiny.ext.web.handler
A handler that serves favicons.
FaviconHandler(FaviconHandler) - Constructor for class io.vertx.mutiny.ext.web.handler.FaviconHandler
 
FaviconHandler(Object) - Constructor for class io.vertx.mutiny.ext.web.handler.FaviconHandler
 
fetch(long) - Method in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSSocket
 
fileName() - Method in class io.vertx.mutiny.ext.web.FileUpload
 
FileUpload - Class in io.vertx.mutiny.ext.web
Represents a file-upload from an HTTP multipart form submission.
FileUpload(FileUpload) - Constructor for class io.vertx.mutiny.ext.web.FileUpload
 
FileUpload(Object) - Constructor for class io.vertx.mutiny.ext.web.FileUpload
 
fileUploads() - Method in class io.vertx.mutiny.ext.web.RoutingContext
 
flush(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.SessionHandler
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.
flushAndAwait(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.SessionHandler
flushAndForget(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.SessionHandler
Variant of SessionHandler.flush(io.vertx.mutiny.ext.web.RoutingContext) that ignores the result of the operation.
FormLoginHandler - Class in io.vertx.mutiny.ext.web.handler
Handler that handles login from a form on a custom login page.
FormLoginHandler(FormLoginHandler) - Constructor for class io.vertx.mutiny.ext.web.handler.FormLoginHandler
 
FormLoginHandler(Object) - Constructor for class io.vertx.mutiny.ext.web.handler.FormLoginHandler
 
future() - Method in class io.vertx.mutiny.ext.web.handler.sockjs.BridgeEvent
 
futureAndAwait() - Method in class io.vertx.mutiny.ext.web.handler.sockjs.BridgeEvent
 
futureAndForget() - Method in class io.vertx.mutiny.ext.web.handler.sockjs.BridgeEvent
 

G

get() - Method in class io.vertx.mutiny.ext.web.Router
 
get(String) - Method in class io.vertx.mutiny.ext.web.Router
 
get(String) - Method in class io.vertx.mutiny.ext.web.RoutingContext
 
get(String) - Method in class io.vertx.mutiny.ext.web.Session
 
get(String) - Method in class io.vertx.mutiny.ext.web.sstore.SessionStore
Get the session with the specified ID.
getAcceptableContentType() - Method in class io.vertx.mutiny.ext.web.RoutingContext
 
getAndAwait(String) - Method in class io.vertx.mutiny.ext.web.sstore.SessionStore
Blocking variant of SessionStore.get(String).
getAndForget(String) - Method in class io.vertx.mutiny.ext.web.sstore.SessionStore
Variant of SessionStore.get(String) that ignores the result of the operation.
getBody() - Method in class io.vertx.mutiny.ext.web.RoutingContext
 
getBodyAsJson() - Method in class io.vertx.mutiny.ext.web.RoutingContext
 
getBodyAsJson(int) - Method in class io.vertx.mutiny.ext.web.RoutingContext
 
getBodyAsJsonArray() - Method in class io.vertx.mutiny.ext.web.RoutingContext
 
getBodyAsJsonArray(int) - Method in class io.vertx.mutiny.ext.web.RoutingContext
 
getBodyAsString() - Method in class io.vertx.mutiny.ext.web.RoutingContext
 
getBodyAsString(String) - Method in class io.vertx.mutiny.ext.web.RoutingContext
 
getCookie(String) - Method in class io.vertx.mutiny.ext.web.RoutingContext
 
getDelegate() - Method in class io.vertx.mutiny.ext.web.FileUpload
 
getDelegate() - Method in interface io.vertx.mutiny.ext.web.handler.AuthenticationHandler
 
getDelegate() - Method in interface io.vertx.mutiny.ext.web.handler.AuthHandler
 
getDelegate() - Method in class io.vertx.mutiny.ext.web.handler.AuthorizationHandler
 
getDelegate() - Method in class io.vertx.mutiny.ext.web.handler.BasicAuthHandler
 
getDelegate() - Method in class io.vertx.mutiny.ext.web.handler.BodyHandler
 
getDelegate() - Method in class io.vertx.mutiny.ext.web.handler.ChainAuthHandler
 
getDelegate() - Method in class io.vertx.mutiny.ext.web.handler.CorsHandler
 
getDelegate() - Method in class io.vertx.mutiny.ext.web.handler.CSPHandler
 
getDelegate() - Method in class io.vertx.mutiny.ext.web.handler.CSRFHandler
 
getDelegate() - Method in class io.vertx.mutiny.ext.web.handler.DigestAuthHandler
 
getDelegate() - Method in class io.vertx.mutiny.ext.web.handler.ErrorHandler
 
getDelegate() - Method in class io.vertx.mutiny.ext.web.handler.FaviconHandler
 
getDelegate() - Method in class io.vertx.mutiny.ext.web.handler.FormLoginHandler
 
getDelegate() - Method in class io.vertx.mutiny.ext.web.handler.HSTSHandler
 
getDelegate() - Method in class io.vertx.mutiny.ext.web.handler.JWTAuthHandler
 
getDelegate() - Method in class io.vertx.mutiny.ext.web.handler.LoggerHandler
 
getDelegate() - Method in class io.vertx.mutiny.ext.web.handler.MethodOverrideHandler
 
getDelegate() - Method in class io.vertx.mutiny.ext.web.handler.MultiTenantHandler
 
getDelegate() - Method in class io.vertx.mutiny.ext.web.handler.OAuth2AuthHandler
 
getDelegate() - Method in class io.vertx.mutiny.ext.web.handler.RedirectAuthHandler
 
getDelegate() - Method in class io.vertx.mutiny.ext.web.handler.ResponseContentTypeHandler
 
getDelegate() - Method in class io.vertx.mutiny.ext.web.handler.ResponseTimeHandler
 
getDelegate() - Method in class io.vertx.mutiny.ext.web.handler.SessionHandler
 
getDelegate() - Method in class io.vertx.mutiny.ext.web.handler.sockjs.BridgeEvent
 
getDelegate() - Method in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSHandler
 
getDelegate() - Method in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSSocket
 
getDelegate() - Method in class io.vertx.mutiny.ext.web.handler.StaticHandler
 
getDelegate() - Method in class io.vertx.mutiny.ext.web.handler.TemplateHandler
 
getDelegate() - Method in class io.vertx.mutiny.ext.web.handler.TimeoutHandler
 
getDelegate() - Method in class io.vertx.mutiny.ext.web.handler.WebAuthnHandler
 
getDelegate() - Method in class io.vertx.mutiny.ext.web.LanguageHeader
 
getDelegate() - Method in class io.vertx.mutiny.ext.web.MIMEHeader
 
getDelegate() - Method in interface io.vertx.mutiny.ext.web.ParsedHeaderValue
 
getDelegate() - Method in class io.vertx.mutiny.ext.web.ParsedHeaderValues
 
getDelegate() - Method in class io.vertx.mutiny.ext.web.Route
 
getDelegate() - Method in class io.vertx.mutiny.ext.web.Router
 
getDelegate() - Method in class io.vertx.mutiny.ext.web.RoutingContext
 
getDelegate() - Method in class io.vertx.mutiny.ext.web.Session
 
getDelegate() - Method in class io.vertx.mutiny.ext.web.sstore.ClusteredSessionStore
 
getDelegate() - Method in class io.vertx.mutiny.ext.web.sstore.LocalSessionStore
 
getDelegate() - Method in class io.vertx.mutiny.ext.web.sstore.SessionStore
 
getName() - Method in class io.vertx.mutiny.ext.web.Route
 
getPath() - Method in class io.vertx.mutiny.ext.web.Route
 
getRoutes() - Method in class io.vertx.mutiny.ext.web.Router
 
getWithRegex(String) - Method in class io.vertx.mutiny.ext.web.Router
 

H

handle(HttpServerRequest) - Method in class io.vertx.mutiny.ext.web.Router
 
handle(RoutingContext) - Method in interface io.vertx.mutiny.ext.web.handler.AuthenticationHandler
 
handle(RoutingContext) - Method in interface io.vertx.mutiny.ext.web.handler.AuthHandler
Deprecated.
handle(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.AuthorizationHandler
 
handle(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.BasicAuthHandler
 
handle(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.BodyHandler
 
handle(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.ChainAuthHandler
 
handle(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.CorsHandler
 
handle(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.CSPHandler
 
handle(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.CSRFHandler
 
handle(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.DigestAuthHandler
 
handle(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.ErrorHandler
 
handle(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.FaviconHandler
 
handle(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.FormLoginHandler
 
handle(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.HSTSHandler
 
handle(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.JWTAuthHandler
 
handle(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.LoggerHandler
 
handle(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.MethodOverrideHandler
 
handle(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.MultiTenantHandler
 
handle(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.OAuth2AuthHandler
 
handle(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.RedirectAuthHandler
 
handle(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.ResponseContentTypeHandler
 
handle(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.ResponseTimeHandler
 
handle(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.SessionHandler
 
handle(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSHandler
Deprecated.
mount the router as a sub-router instead. This method will not properly handle errors.
handle(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.StaticHandler
 
handle(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.TemplateHandler
 
handle(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.TimeoutHandler
 
handle(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.WebAuthnHandler
 
handleContext(RoutingContext) - Method in class io.vertx.mutiny.ext.web.Router
 
handleFailure(RoutingContext) - Method in class io.vertx.mutiny.ext.web.Router
 
handler(Consumer<Buffer>) - Method in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSSocket
 
handler(Consumer<RoutingContext>) - Method in class io.vertx.mutiny.ext.web.Route
 
hashCode() - Method in class io.vertx.mutiny.ext.web.FileUpload
 
hashCode() - Method in class io.vertx.mutiny.ext.web.handler.AuthorizationHandler
 
hashCode() - Method in class io.vertx.mutiny.ext.web.handler.BasicAuthHandler
 
hashCode() - Method in class io.vertx.mutiny.ext.web.handler.BodyHandler
 
hashCode() - Method in class io.vertx.mutiny.ext.web.handler.ChainAuthHandler
 
hashCode() - Method in class io.vertx.mutiny.ext.web.handler.CorsHandler
 
hashCode() - Method in class io.vertx.mutiny.ext.web.handler.CSPHandler
 
hashCode() - Method in class io.vertx.mutiny.ext.web.handler.CSRFHandler
 
hashCode() - Method in class io.vertx.mutiny.ext.web.handler.DigestAuthHandler
 
hashCode() - Method in class io.vertx.mutiny.ext.web.handler.ErrorHandler
 
hashCode() - Method in class io.vertx.mutiny.ext.web.handler.FaviconHandler
 
hashCode() - Method in class io.vertx.mutiny.ext.web.handler.FormLoginHandler
 
hashCode() - Method in class io.vertx.mutiny.ext.web.handler.HSTSHandler
 
hashCode() - Method in class io.vertx.mutiny.ext.web.handler.JWTAuthHandler
 
hashCode() - Method in class io.vertx.mutiny.ext.web.handler.LoggerHandler
 
hashCode() - Method in class io.vertx.mutiny.ext.web.handler.MethodOverrideHandler
 
hashCode() - Method in class io.vertx.mutiny.ext.web.handler.MultiTenantHandler
 
hashCode() - Method in class io.vertx.mutiny.ext.web.handler.OAuth2AuthHandler
 
hashCode() - Method in class io.vertx.mutiny.ext.web.handler.RedirectAuthHandler
 
hashCode() - Method in class io.vertx.mutiny.ext.web.handler.ResponseContentTypeHandler
 
hashCode() - Method in class io.vertx.mutiny.ext.web.handler.ResponseTimeHandler
 
hashCode() - Method in class io.vertx.mutiny.ext.web.handler.SessionHandler
 
hashCode() - Method in class io.vertx.mutiny.ext.web.handler.sockjs.BridgeEvent
 
hashCode() - Method in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSHandler
 
hashCode() - Method in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSSocket
 
hashCode() - Method in class io.vertx.mutiny.ext.web.handler.StaticHandler
 
hashCode() - Method in class io.vertx.mutiny.ext.web.handler.TemplateHandler
 
hashCode() - Method in class io.vertx.mutiny.ext.web.handler.TimeoutHandler
 
hashCode() - Method in class io.vertx.mutiny.ext.web.handler.WebAuthnHandler
 
hashCode() - Method in class io.vertx.mutiny.ext.web.LanguageHeader
 
hashCode() - Method in class io.vertx.mutiny.ext.web.MIMEHeader
 
hashCode() - Method in class io.vertx.mutiny.ext.web.ParsedHeaderValues
 
hashCode() - Method in class io.vertx.mutiny.ext.web.Route
 
hashCode() - Method in class io.vertx.mutiny.ext.web.Router
 
hashCode() - Method in class io.vertx.mutiny.ext.web.RoutingContext
 
hashCode() - Method in class io.vertx.mutiny.ext.web.Session
 
hashCode() - Method in class io.vertx.mutiny.ext.web.sstore.ClusteredSessionStore
 
hashCode() - Method in class io.vertx.mutiny.ext.web.sstore.LocalSessionStore
 
hashCode() - Method in class io.vertx.mutiny.ext.web.sstore.SessionStore
 
head() - Method in class io.vertx.mutiny.ext.web.Router
 
head(String) - Method in class io.vertx.mutiny.ext.web.Router
 
headers() - Method in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSSocket
 
headWithRegex(String) - Method in class io.vertx.mutiny.ext.web.Router
 
HSTSHandler - Class in io.vertx.mutiny.ext.web.handler
HTTP Strict Transport Security (HSTS) RFC6797.
HSTSHandler(HSTSHandler) - Constructor for class io.vertx.mutiny.ext.web.handler.HSTSHandler
 
HSTSHandler(Object) - Constructor for class io.vertx.mutiny.ext.web.handler.HSTSHandler
 

I

id() - Method in class io.vertx.mutiny.ext.web.Session
 
init(Vertx, JsonObject) - Method in class io.vertx.mutiny.ext.web.sstore.SessionStore
 
io.vertx.mutiny.ext.web - package io.vertx.mutiny.ext.web
 
io.vertx.mutiny.ext.web.handler - package io.vertx.mutiny.ext.web.handler
 
io.vertx.mutiny.ext.web.handler.sockjs - package io.vertx.mutiny.ext.web.handler.sockjs
 
io.vertx.mutiny.ext.web.sstore - package io.vertx.mutiny.ext.web.sstore
 
is(String) - Method in class io.vertx.mutiny.ext.web.RoutingContext
 
isDestroyed() - Method in class io.vertx.mutiny.ext.web.Session
 
isEmpty() - Method in class io.vertx.mutiny.ext.web.Session
 
isFresh() - Method in class io.vertx.mutiny.ext.web.RoutingContext
 
isMatchedBy(ParsedHeaderValue) - Method in class io.vertx.mutiny.ext.web.LanguageHeader
 
isMatchedBy(ParsedHeaderValue) - Method in class io.vertx.mutiny.ext.web.MIMEHeader
 
isMatchedBy(ParsedHeaderValue) - Method in interface io.vertx.mutiny.ext.web.ParsedHeaderValue
 
isPermitted() - Method in class io.vertx.mutiny.ext.web.LanguageHeader
 
isPermitted() - Method in class io.vertx.mutiny.ext.web.MIMEHeader
 
isPermitted() - Method in interface io.vertx.mutiny.ext.web.ParsedHeaderValue
 
isRegenerated() - Method in class io.vertx.mutiny.ext.web.Session
 
isRegexPath() - Method in class io.vertx.mutiny.ext.web.Route
 
isSessionAccessed() - Method in class io.vertx.mutiny.ext.web.RoutingContext
 

J

json(Object) - Method in class io.vertx.mutiny.ext.web.RoutingContext
jsonAndAwait(Object) - Method in class io.vertx.mutiny.ext.web.RoutingContext
Blocking variant of RoutingContext.json(Object).
jsonAndForget(Object) - Method in class io.vertx.mutiny.ext.web.RoutingContext
Variant of RoutingContext.json(Object) that ignores the result of the operation.
JWTAuthHandler - Class in io.vertx.mutiny.ext.web.handler
An auth handler that provides JWT Authentication support.
JWTAuthHandler(JWTAuthHandler) - Constructor for class io.vertx.mutiny.ext.web.handler.JWTAuthHandler
 
JWTAuthHandler(Object) - Constructor for class io.vertx.mutiny.ext.web.handler.JWTAuthHandler
 

L

LanguageHeader - Class in io.vertx.mutiny.ext.web
A parsed language header.
LanguageHeader(LanguageHeader) - Constructor for class io.vertx.mutiny.ext.web.LanguageHeader
 
LanguageHeader(Object) - Constructor for class io.vertx.mutiny.ext.web.LanguageHeader
 
last() - Method in class io.vertx.mutiny.ext.web.Route
 
lastAccessed() - Method in class io.vertx.mutiny.ext.web.Session
 
lastModified(String) - Method in class io.vertx.mutiny.ext.web.RoutingContext
 
lastModified(Instant) - Method in class io.vertx.mutiny.ext.web.RoutingContext
 
localAddress() - Method in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSSocket
 
LocalSessionStore - Class in io.vertx.mutiny.ext.web.sstore
A session store which is only available on a single node.
LocalSessionStore(LocalSessionStore) - Constructor for class io.vertx.mutiny.ext.web.sstore.LocalSessionStore
 
LocalSessionStore(Object) - Constructor for class io.vertx.mutiny.ext.web.sstore.LocalSessionStore
 
LoggerHandler - Class in io.vertx.mutiny.ext.web.handler
A handler which logs request information to the Vert.x logger.
LoggerHandler(LoggerHandler) - Constructor for class io.vertx.mutiny.ext.web.handler.LoggerHandler
 
LoggerHandler(Object) - Constructor for class io.vertx.mutiny.ext.web.handler.LoggerHandler
 

M

maxAgeSeconds(int) - Method in class io.vertx.mutiny.ext.web.handler.CorsHandler
 
method(HttpMethod) - Method in class io.vertx.mutiny.ext.web.Route
 
MethodOverrideHandler - Class in io.vertx.mutiny.ext.web.handler
NOTE: This class has been automatically generated from the original non Mutiny-ified interface using Vert.x codegen.
MethodOverrideHandler(MethodOverrideHandler) - Constructor for class io.vertx.mutiny.ext.web.handler.MethodOverrideHandler
 
MethodOverrideHandler(Object) - Constructor for class io.vertx.mutiny.ext.web.handler.MethodOverrideHandler
 
methods() - Method in class io.vertx.mutiny.ext.web.Route
 
MIMEHeader - Class in io.vertx.mutiny.ext.web
 
MIMEHeader(MIMEHeader) - Constructor for class io.vertx.mutiny.ext.web.MIMEHeader
 
MIMEHeader(Object) - Constructor for class io.vertx.mutiny.ext.web.MIMEHeader
 
modifiedHandler(Consumer<Router>) - Method in class io.vertx.mutiny.ext.web.Router
 
mountPoint() - Method in class io.vertx.mutiny.ext.web.RoutingContext
 
mountSubRouter(String, Router) - Method in class io.vertx.mutiny.ext.web.Router
 
MultiTenantHandler - Class in io.vertx.mutiny.ext.web.handler
A handler which selectively executes another handler if a precondition is met.
MultiTenantHandler(MultiTenantHandler) - Constructor for class io.vertx.mutiny.ext.web.handler.MultiTenantHandler
 
MultiTenantHandler(Object) - Constructor for class io.vertx.mutiny.ext.web.handler.MultiTenantHandler
 

N

name() - Method in class io.vertx.mutiny.ext.web.FileUpload
 
newInstance(FileUpload) - Static method in class io.vertx.mutiny.ext.web.FileUpload
 
newInstance(AuthenticationHandler) - Static method in interface io.vertx.mutiny.ext.web.handler.AuthenticationHandler
 
newInstance(AuthHandler) - Static method in interface io.vertx.mutiny.ext.web.handler.AuthHandler
 
newInstance(AuthorizationHandler) - Static method in class io.vertx.mutiny.ext.web.handler.AuthorizationHandler
 
newInstance(BasicAuthHandler) - Static method in class io.vertx.mutiny.ext.web.handler.BasicAuthHandler
 
newInstance(BodyHandler) - Static method in class io.vertx.mutiny.ext.web.handler.BodyHandler
 
newInstance(ChainAuthHandler) - Static method in class io.vertx.mutiny.ext.web.handler.ChainAuthHandler
 
newInstance(CorsHandler) - Static method in class io.vertx.mutiny.ext.web.handler.CorsHandler
 
newInstance(CSPHandler) - Static method in class io.vertx.mutiny.ext.web.handler.CSPHandler
 
newInstance(CSRFHandler) - Static method in class io.vertx.mutiny.ext.web.handler.CSRFHandler
 
newInstance(DigestAuthHandler) - Static method in class io.vertx.mutiny.ext.web.handler.DigestAuthHandler
 
newInstance(ErrorHandler) - Static method in class io.vertx.mutiny.ext.web.handler.ErrorHandler
 
newInstance(FaviconHandler) - Static method in class io.vertx.mutiny.ext.web.handler.FaviconHandler
 
newInstance(FormLoginHandler) - Static method in class io.vertx.mutiny.ext.web.handler.FormLoginHandler
 
newInstance(HSTSHandler) - Static method in class io.vertx.mutiny.ext.web.handler.HSTSHandler
 
newInstance(JWTAuthHandler) - Static method in class io.vertx.mutiny.ext.web.handler.JWTAuthHandler
 
newInstance(LoggerHandler) - Static method in class io.vertx.mutiny.ext.web.handler.LoggerHandler
 
newInstance(MethodOverrideHandler) - Static method in class io.vertx.mutiny.ext.web.handler.MethodOverrideHandler
 
newInstance(MultiTenantHandler) - Static method in class io.vertx.mutiny.ext.web.handler.MultiTenantHandler
 
newInstance(OAuth2AuthHandler) - Static method in class io.vertx.mutiny.ext.web.handler.OAuth2AuthHandler
 
newInstance(RedirectAuthHandler) - Static method in class io.vertx.mutiny.ext.web.handler.RedirectAuthHandler
 
newInstance(ResponseContentTypeHandler) - Static method in class io.vertx.mutiny.ext.web.handler.ResponseContentTypeHandler
 
newInstance(ResponseTimeHandler) - Static method in class io.vertx.mutiny.ext.web.handler.ResponseTimeHandler
 
newInstance(SessionHandler) - Static method in class io.vertx.mutiny.ext.web.handler.SessionHandler
 
newInstance(BridgeEvent) - Static method in class io.vertx.mutiny.ext.web.handler.sockjs.BridgeEvent
 
newInstance(SockJSHandler) - Static method in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSHandler
 
newInstance(SockJSSocket) - Static method in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSSocket
 
newInstance(StaticHandler) - Static method in class io.vertx.mutiny.ext.web.handler.StaticHandler
 
newInstance(TemplateHandler) - Static method in class io.vertx.mutiny.ext.web.handler.TemplateHandler
 
newInstance(TimeoutHandler) - Static method in class io.vertx.mutiny.ext.web.handler.TimeoutHandler
 
newInstance(WebAuthnHandler) - Static method in class io.vertx.mutiny.ext.web.handler.WebAuthnHandler
 
newInstance(LanguageHeader) - Static method in class io.vertx.mutiny.ext.web.LanguageHeader
 
newInstance(MIMEHeader) - Static method in class io.vertx.mutiny.ext.web.MIMEHeader
 
newInstance(ParsedHeaderValue) - Static method in interface io.vertx.mutiny.ext.web.ParsedHeaderValue
 
newInstance(ParsedHeaderValues) - Static method in class io.vertx.mutiny.ext.web.ParsedHeaderValues
 
newInstance(Route) - Static method in class io.vertx.mutiny.ext.web.Route
 
newInstance(Router) - Static method in class io.vertx.mutiny.ext.web.Router
 
newInstance(RoutingContext) - Static method in class io.vertx.mutiny.ext.web.RoutingContext
 
newInstance(Session) - Static method in class io.vertx.mutiny.ext.web.Session
 
newInstance(ClusteredSessionStore) - Static method in class io.vertx.mutiny.ext.web.sstore.ClusteredSessionStore
 
newInstance(LocalSessionStore) - Static method in class io.vertx.mutiny.ext.web.sstore.LocalSessionStore
 
newInstance(SessionStore) - Static method in class io.vertx.mutiny.ext.web.sstore.SessionStore
 
next() - Method in class io.vertx.mutiny.ext.web.RoutingContext
 
normalisedPath() - Method in class io.vertx.mutiny.ext.web.RoutingContext
Deprecated. 
normalizedPath() - Method in class io.vertx.mutiny.ext.web.RoutingContext
 

O

OAuth2AuthHandler - Class in io.vertx.mutiny.ext.web.handler
An auth handler that provides OAuth2 Authentication support.
OAuth2AuthHandler(OAuth2AuthHandler) - Constructor for class io.vertx.mutiny.ext.web.handler.OAuth2AuthHandler
 
OAuth2AuthHandler(Object) - Constructor for class io.vertx.mutiny.ext.web.handler.OAuth2AuthHandler
 
oldId() - Method in class io.vertx.mutiny.ext.web.Session
 
options() - Method in class io.vertx.mutiny.ext.web.Router
 
options(String) - Method in class io.vertx.mutiny.ext.web.Router
 
optionsWithRegex(String) - Method in class io.vertx.mutiny.ext.web.Router
 
order(int) - Method in class io.vertx.mutiny.ext.web.Route
 

P

parameter(String) - Method in class io.vertx.mutiny.ext.web.LanguageHeader
 
parameter(String) - Method in class io.vertx.mutiny.ext.web.MIMEHeader
 
parameter(String) - Method in interface io.vertx.mutiny.ext.web.ParsedHeaderValue
 
parameters() - Method in class io.vertx.mutiny.ext.web.LanguageHeader
 
parameters() - Method in class io.vertx.mutiny.ext.web.MIMEHeader
 
parameters() - Method in interface io.vertx.mutiny.ext.web.ParsedHeaderValue
 
parseCredentials(RoutingContext) - Method in interface io.vertx.mutiny.ext.web.handler.AuthenticationHandler
Parses the credentials from the request into a JsonObject.
parseCredentials(RoutingContext) - Method in interface io.vertx.mutiny.ext.web.handler.AuthHandler
Deprecated. 
parseCredentials(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.BasicAuthHandler
Parses the credentials from the request into a JsonObject.
parseCredentials(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.ChainAuthHandler
Parses the credentials from the request into a JsonObject.
parseCredentials(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.DigestAuthHandler
Parses the credentials from the request into a JsonObject.
parseCredentials(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.JWTAuthHandler
Parses the credentials from the request into a JsonObject.
parseCredentials(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.OAuth2AuthHandler
Parses the credentials from the request into a JsonObject.
parseCredentials(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.RedirectAuthHandler
Parses the credentials from the request into a JsonObject.
parseCredentialsAndAwait(RoutingContext) - Method in interface io.vertx.mutiny.ext.web.handler.AuthenticationHandler
parseCredentialsAndAwait(RoutingContext) - Method in interface io.vertx.mutiny.ext.web.handler.AuthHandler
Deprecated. 
parseCredentialsAndAwait(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.BasicAuthHandler
parseCredentialsAndAwait(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.ChainAuthHandler
parseCredentialsAndAwait(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.DigestAuthHandler
parseCredentialsAndAwait(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.JWTAuthHandler
parseCredentialsAndAwait(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.OAuth2AuthHandler
parseCredentialsAndAwait(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.RedirectAuthHandler
parseCredentialsAndForget(RoutingContext) - Method in interface io.vertx.mutiny.ext.web.handler.AuthenticationHandler
Variant of AuthenticationHandler.parseCredentials(io.vertx.mutiny.ext.web.RoutingContext) that ignores the result of the operation.
parseCredentialsAndForget(RoutingContext) - Method in interface io.vertx.mutiny.ext.web.handler.AuthHandler
Deprecated. 
parseCredentialsAndForget(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.BasicAuthHandler
Variant of AuthenticationHandler.parseCredentials(io.vertx.mutiny.ext.web.RoutingContext) that ignores the result of the operation.
parseCredentialsAndForget(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.ChainAuthHandler
Variant of AuthenticationHandler.parseCredentials(io.vertx.mutiny.ext.web.RoutingContext) that ignores the result of the operation.
parseCredentialsAndForget(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.DigestAuthHandler
Variant of AuthenticationHandler.parseCredentials(io.vertx.mutiny.ext.web.RoutingContext) that ignores the result of the operation.
parseCredentialsAndForget(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.JWTAuthHandler
Variant of AuthenticationHandler.parseCredentials(io.vertx.mutiny.ext.web.RoutingContext) that ignores the result of the operation.
parseCredentialsAndForget(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.OAuth2AuthHandler
Variant of AuthenticationHandler.parseCredentials(io.vertx.mutiny.ext.web.RoutingContext) that ignores the result of the operation.
parseCredentialsAndForget(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.RedirectAuthHandler
Variant of AuthenticationHandler.parseCredentials(io.vertx.mutiny.ext.web.RoutingContext) that ignores the result of the operation.
parsedHeaders() - Method in class io.vertx.mutiny.ext.web.RoutingContext
 
ParsedHeaderValue - Interface in io.vertx.mutiny.ext.web
 
ParsedHeaderValues - Class in io.vertx.mutiny.ext.web
A container with the request's headers that are meaningful enough to be parsed Contains: Accept -> MIME header, parameters and sortable Accept-Charset -> Parameters and sortable Accept-Encoding -> Parameters and sortable Accept-Language -> Parameters and sortable Content-Type -> MIME header and parameters
ParsedHeaderValues(ParsedHeaderValues) - Constructor for class io.vertx.mutiny.ext.web.ParsedHeaderValues
 
ParsedHeaderValues(Object) - Constructor for class io.vertx.mutiny.ext.web.ParsedHeaderValues
 
patch() - Method in class io.vertx.mutiny.ext.web.Router
 
patch(String) - Method in class io.vertx.mutiny.ext.web.Router
 
patchWithRegex(String) - Method in class io.vertx.mutiny.ext.web.Router
 
path(String) - Method in class io.vertx.mutiny.ext.web.Route
 
pathParam(String) - Method in class io.vertx.mutiny.ext.web.RoutingContext
 
pathParams() - Method in class io.vertx.mutiny.ext.web.RoutingContext
 
pathRegex(String) - Method in class io.vertx.mutiny.ext.web.Route
 
pause() - Method in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSSocket
 
pipe() - Method in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSSocket
 
pipeTo(WriteStream<Buffer>) - Method in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSSocket
 
pipeToAndAwait(WriteStream<Buffer>) - Method in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSSocket
 
pipeToAndForget(WriteStream<Buffer>) - Method in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSSocket
 
pkceVerifierLength(int) - Method in class io.vertx.mutiny.ext.web.handler.OAuth2AuthHandler
 
post() - Method in class io.vertx.mutiny.ext.web.Router
 
post(String) - Method in class io.vertx.mutiny.ext.web.Router
 
postAuthentication(RoutingContext) - Method in interface io.vertx.mutiny.ext.web.handler.AuthenticationHandler
 
postAuthentication(RoutingContext) - Method in interface io.vertx.mutiny.ext.web.handler.AuthHandler
Deprecated. 
postAuthentication(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.BasicAuthHandler
 
postAuthentication(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.ChainAuthHandler
 
postAuthentication(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.DigestAuthHandler
 
postAuthentication(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.JWTAuthHandler
 
postAuthentication(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.OAuth2AuthHandler
 
postAuthentication(RoutingContext) - Method in class io.vertx.mutiny.ext.web.handler.RedirectAuthHandler
 
postWithRegex(String) - Method in class io.vertx.mutiny.ext.web.Router
 
preferredLanguage() - Method in class io.vertx.mutiny.ext.web.RoutingContext
 
produces(String) - Method in class io.vertx.mutiny.ext.web.Route
 
prompt(String) - Method in class io.vertx.mutiny.ext.web.handler.OAuth2AuthHandler
 
put() - Method in class io.vertx.mutiny.ext.web.Router
 
put(Session) - Method in class io.vertx.mutiny.ext.web.sstore.SessionStore
Add a session with the specified ID.
put(String) - Method in class io.vertx.mutiny.ext.web.Router
 
put(String, Object) - Method in class io.vertx.mutiny.ext.web.RoutingContext
 
put(String, Object) - Method in class io.vertx.mutiny.ext.web.Session
 
putAndAwait(Session) - Method in class io.vertx.mutiny.ext.web.sstore.SessionStore
putAndForget(Session) - Method in class io.vertx.mutiny.ext.web.sstore.SessionStore
Variant of SessionStore.put(io.vertx.mutiny.ext.web.Session) that ignores the result of the operation.
putIfAbsent(String, Object) - Method in class io.vertx.mutiny.ext.web.Session
 
putWithRegex(String) - Method in class io.vertx.mutiny.ext.web.Router
 

Q

queryParam(String) - Method in class io.vertx.mutiny.ext.web.RoutingContext
 
queryParams() - Method in class io.vertx.mutiny.ext.web.RoutingContext
 
queryParams(Charset) - Method in class io.vertx.mutiny.ext.web.RoutingContext
 

R

rawValue() - Method in class io.vertx.mutiny.ext.web.LanguageHeader
 
rawValue() - Method in class io.vertx.mutiny.ext.web.MIMEHeader
 
rawValue() - Method in interface io.vertx.mutiny.ext.web.ParsedHeaderValue
 
redirect(String) - Method in class io.vertx.mutiny.ext.web.RoutingContext
redirectAndAwait(String) - Method in class io.vertx.mutiny.ext.web.RoutingContext
Blocking variant of RoutingContext.redirect(String).
redirectAndForget(String) - Method in class io.vertx.mutiny.ext.web.RoutingContext
Variant of RoutingContext.redirect(String) that ignores the result of the operation.
RedirectAuthHandler - Class in io.vertx.mutiny.ext.web.handler
An auth handler that's used to handle auth by redirecting user to a custom login page.
RedirectAuthHandler(RedirectAuthHandler) - Constructor for class io.vertx.mutiny.ext.web.handler.RedirectAuthHandler
 
RedirectAuthHandler(Object) - Constructor for class io.vertx.mutiny.ext.web.handler.RedirectAuthHandler
 
regenerateId() - Method in class io.vertx.mutiny.ext.web.Session
 
remoteAddress() - Method in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSSocket
 
remove() - Method in class io.vertx.mutiny.ext.web.Route
 
remove(String) - Method in class io.vertx.mutiny.ext.web.RoutingContext
 
remove(String) - Method in class io.vertx.mutiny.ext.web.Session
 
removeBodyEndHandler(int) - Method in class io.vertx.mutiny.ext.web.RoutingContext
 
removeCookie(String) - Method in class io.vertx.mutiny.ext.web.RoutingContext
 
removeCookie(String, boolean) - Method in class io.vertx.mutiny.ext.web.RoutingContext
 
removeEndHandler(int) - Method in class io.vertx.mutiny.ext.web.RoutingContext
 
removeHeadersEndHandler(int) - Method in class io.vertx.mutiny.ext.web.RoutingContext
 
removeTenant(String) - Method in class io.vertx.mutiny.ext.web.handler.MultiTenantHandler
 
request() - Method in class io.vertx.mutiny.ext.web.RoutingContext
 
reroute(HttpMethod, String) - Method in class io.vertx.mutiny.ext.web.RoutingContext
 
reroute(String) - Method in class io.vertx.mutiny.ext.web.RoutingContext
 
respond(Function<RoutingContext, Uni<T>>) - Method in class io.vertx.mutiny.ext.web.Route
 
response() - Method in class io.vertx.mutiny.ext.web.RoutingContext
 
ResponseContentTypeHandler - Class in io.vertx.mutiny.ext.web.handler
A handler which sets the response content type automatically according to the best Accept header match.
ResponseContentTypeHandler(ResponseContentTypeHandler) - Constructor for class io.vertx.mutiny.ext.web.handler.ResponseContentTypeHandler
 
ResponseContentTypeHandler(Object) - Constructor for class io.vertx.mutiny.ext.web.handler.ResponseContentTypeHandler
 
ResponseTimeHandler - Class in io.vertx.mutiny.ext.web.handler
Handler which adds a header `x-response-time` in the response of matching requests containing the time taken in ms to process the request.
ResponseTimeHandler(ResponseTimeHandler) - Constructor for class io.vertx.mutiny.ext.web.handler.ResponseTimeHandler
 
ResponseTimeHandler(Object) - Constructor for class io.vertx.mutiny.ext.web.handler.ResponseTimeHandler
 
resume() - Method in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSSocket
 
retryTimeout() - Method in class io.vertx.mutiny.ext.web.sstore.SessionStore
 
route() - Method in class io.vertx.mutiny.ext.web.Router
 
route(HttpMethod, String) - Method in class io.vertx.mutiny.ext.web.Router
 
route(String) - Method in class io.vertx.mutiny.ext.web.Router
 
Route - Class in io.vertx.mutiny.ext.web
A route is a holder for a set of criteria which determine whether an HTTP request or failure should be routed to a handler.
Route(Route) - Constructor for class io.vertx.mutiny.ext.web.Route
 
Route(Object) - Constructor for class io.vertx.mutiny.ext.web.Route
 
router(Vertx) - Static method in class io.vertx.mutiny.ext.web.Router
 
Router - Class in io.vertx.mutiny.ext.web
A router receives request from an HttpServer and routes it to the first matching Route that it contains.
Router(Router) - Constructor for class io.vertx.mutiny.ext.web.Router
 
Router(Object) - Constructor for class io.vertx.mutiny.ext.web.Router
 
routeWithRegex(HttpMethod, String) - Method in class io.vertx.mutiny.ext.web.Router
 
routeWithRegex(String) - Method in class io.vertx.mutiny.ext.web.Router
 
RoutingContext - Class in io.vertx.mutiny.ext.web
Represents the context for the handling of a request in Vert.x-Web.
RoutingContext(RoutingContext) - Constructor for class io.vertx.mutiny.ext.web.RoutingContext
 
RoutingContext(Object) - Constructor for class io.vertx.mutiny.ext.web.RoutingContext
 

S

session() - Method in class io.vertx.mutiny.ext.web.RoutingContext
 
Session - Class in io.vertx.mutiny.ext.web
Represents a browser session.
Session(Session) - Constructor for class io.vertx.mutiny.ext.web.Session
 
Session(Object) - Constructor for class io.vertx.mutiny.ext.web.Session
 
SessionHandler - Class in io.vertx.mutiny.ext.web.handler
A handler that maintains a Session for each browser session.
SessionHandler(SessionHandler) - Constructor for class io.vertx.mutiny.ext.web.handler.SessionHandler
 
SessionHandler(Object) - Constructor for class io.vertx.mutiny.ext.web.handler.SessionHandler
 
SessionStore - Class in io.vertx.mutiny.ext.web.sstore
A session store is used to store sessions for an Vert.x-Web web app
SessionStore(SessionStore) - Constructor for class io.vertx.mutiny.ext.web.sstore.SessionStore
 
SessionStore(Object) - Constructor for class io.vertx.mutiny.ext.web.sstore.SessionStore
 
setAcceptableContentType(String) - Method in class io.vertx.mutiny.ext.web.RoutingContext
 
setAccessed() - Method in class io.vertx.mutiny.ext.web.Session
 
setAllowRootFileSystemAccess(boolean) - Method in class io.vertx.mutiny.ext.web.handler.StaticHandler
 
setAlwaysAsyncFS(boolean) - Method in class io.vertx.mutiny.ext.web.handler.StaticHandler
 
setAuthProvider(AuthProvider) - Method in class io.vertx.mutiny.ext.web.handler.SessionHandler
Deprecated.
this method has no effect
setBody(Buffer) - Method in class io.vertx.mutiny.ext.web.RoutingContext
 
setBodyLimit(long) - Method in class io.vertx.mutiny.ext.web.handler.BodyHandler
 
setCacheEntryTimeout(long) - Method in class io.vertx.mutiny.ext.web.handler.StaticHandler
 
setCachingEnabled(boolean) - Method in class io.vertx.mutiny.ext.web.handler.StaticHandler
 
setCookieHttpOnly(boolean) - Method in class io.vertx.mutiny.ext.web.handler.CSRFHandler
 
setCookieHttpOnlyFlag(boolean) - Method in class io.vertx.mutiny.ext.web.handler.SessionHandler
 
setCookieless(boolean) - Method in class io.vertx.mutiny.ext.web.handler.SessionHandler
 
setCookieMaxAge(long) - Method in class io.vertx.mutiny.ext.web.handler.SessionHandler
 
setCookieName(String) - Method in class io.vertx.mutiny.ext.web.handler.CSRFHandler
 
setCookiePath(String) - Method in class io.vertx.mutiny.ext.web.handler.CSRFHandler
 
setCookieSameSite(CookieSameSite) - Method in class io.vertx.mutiny.ext.web.handler.SessionHandler
 
setCookieSecureFlag(boolean) - Method in class io.vertx.mutiny.ext.web.handler.SessionHandler
 
setDefaultContentEncoding(String) - Method in class io.vertx.mutiny.ext.web.handler.StaticHandler
 
setDeleteUploadedFilesOnEnd(boolean) - Method in class io.vertx.mutiny.ext.web.handler.BodyHandler
 
setDirective(String, String) - Method in class io.vertx.mutiny.ext.web.handler.CSPHandler
 
setDirectLoggedInOKURL(String) - Method in class io.vertx.mutiny.ext.web.handler.FormLoginHandler
 
setDirectoryListing(boolean) - Method in class io.vertx.mutiny.ext.web.handler.StaticHandler
 
setDirectoryTemplate(String) - Method in class io.vertx.mutiny.ext.web.handler.StaticHandler
 
setEnableFSTuning(boolean) - Method in class io.vertx.mutiny.ext.web.handler.StaticHandler
 
setEnableRangeSupport(boolean) - Method in class io.vertx.mutiny.ext.web.handler.StaticHandler
 
setFilesReadOnly(boolean) - Method in class io.vertx.mutiny.ext.web.handler.StaticHandler
 
setHandleFileUploads(boolean) - Method in class io.vertx.mutiny.ext.web.handler.BodyHandler
 
setHeaderName(String) - Method in class io.vertx.mutiny.ext.web.handler.CSRFHandler
 
setHttp2PushMapping(List<Http2PushMapping>) - Method in class io.vertx.mutiny.ext.web.handler.StaticHandler
 
setIncludeHidden(boolean) - Method in class io.vertx.mutiny.ext.web.handler.StaticHandler
 
setIndexPage(String) - Method in class io.vertx.mutiny.ext.web.handler.StaticHandler
 
setIndexTemplate(String) - Method in class io.vertx.mutiny.ext.web.handler.TemplateHandler
 
setLazySession(boolean) - Method in class io.vertx.mutiny.ext.web.handler.SessionHandler
 
setMaxAgeSeconds(long) - Method in class io.vertx.mutiny.ext.web.handler.StaticHandler
 
setMaxAvgServeTimeNs(long) - Method in class io.vertx.mutiny.ext.web.handler.StaticHandler
 
setMaxCacheSize(int) - Method in class io.vertx.mutiny.ext.web.handler.StaticHandler
 
setMergeFormAttributes(boolean) - Method in class io.vertx.mutiny.ext.web.handler.BodyHandler
 
setMinLength(int) - Method in class io.vertx.mutiny.ext.web.handler.SessionHandler
 
setNagHttps(boolean) - Method in class io.vertx.mutiny.ext.web.handler.CSRFHandler
 
setNagHttps(boolean) - Method in class io.vertx.mutiny.ext.web.handler.SessionHandler
 
setName(String) - Method in class io.vertx.mutiny.ext.web.Route
 
setOrigin(String) - Method in class io.vertx.mutiny.ext.web.handler.CSRFHandler
 
setOrigin(String) - Method in class io.vertx.mutiny.ext.web.handler.WebAuthnHandler
 
setPasswordParam(String) - Method in class io.vertx.mutiny.ext.web.handler.FormLoginHandler
 
setPreallocateBodyBuffer(boolean) - Method in class io.vertx.mutiny.ext.web.handler.BodyHandler
 
setRawMessage(JsonObject) - Method in class io.vertx.mutiny.ext.web.handler.sockjs.BridgeEvent
 
setRegexGroupsNames(List<String>) - Method in class io.vertx.mutiny.ext.web.Route
 
setReportOnly(boolean) - Method in class io.vertx.mutiny.ext.web.handler.CSPHandler
 
setReturnURLParam(String) - Method in class io.vertx.mutiny.ext.web.handler.FormLoginHandler
 
setSendVaryHeader(boolean) - Method in class io.vertx.mutiny.ext.web.handler.StaticHandler
 
setSession(Session) - Method in class io.vertx.mutiny.ext.web.RoutingContext
 
setSessionCookieName(String) - Method in class io.vertx.mutiny.ext.web.handler.SessionHandler
 
setSessionCookiePath(String) - Method in class io.vertx.mutiny.ext.web.handler.SessionHandler
 
setSessionTimeout(long) - Method in class io.vertx.mutiny.ext.web.handler.SessionHandler
 
setTimeout(long) - Method in class io.vertx.mutiny.ext.web.handler.CSRFHandler
 
setupCallback(Route) - Method in class io.vertx.mutiny.ext.web.handler.OAuth2AuthHandler
 
setupCallback(Route) - Method in class io.vertx.mutiny.ext.web.handler.WebAuthnHandler
 
setupCredentialsCreateCallback(Route) - Method in class io.vertx.mutiny.ext.web.handler.WebAuthnHandler
 
setupCredentialsGetCallback(Route) - Method in class io.vertx.mutiny.ext.web.handler.WebAuthnHandler
 
setUploadsDirectory(String) - Method in class io.vertx.mutiny.ext.web.handler.BodyHandler
 
setUser(User) - Method in class io.vertx.mutiny.ext.web.RoutingContext
 
setUsernameParam(String) - Method in class io.vertx.mutiny.ext.web.handler.FormLoginHandler
 
setWebRoot(String) - Method in class io.vertx.mutiny.ext.web.handler.StaticHandler
 
setWriteQueueMaxSize(int) - Method in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSSocket
 
size() - Method in class io.vertx.mutiny.ext.web.FileUpload
 
size() - Method in class io.vertx.mutiny.ext.web.sstore.SessionStore
Get the number of sessions in the store.
sizeAndAwait() - Method in class io.vertx.mutiny.ext.web.sstore.SessionStore
Blocking variant of SessionStore.size().
sizeAndForget() - Method in class io.vertx.mutiny.ext.web.sstore.SessionStore
Variant of SessionStore.size() that ignores the result of the operation.
skipCompressionForMediaTypes(Set<String>) - Method in class io.vertx.mutiny.ext.web.handler.StaticHandler
 
skipCompressionForSuffixes(Set<String>) - Method in class io.vertx.mutiny.ext.web.handler.StaticHandler
 
socket() - Method in class io.vertx.mutiny.ext.web.handler.sockjs.BridgeEvent
 
socketHandler(Consumer<SockJSSocket>) - Method in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSHandler
 
SockJSHandler - Class in io.vertx.mutiny.ext.web.handler.sockjs
A handler that allows you to handle SockJS connections from clients.
SockJSHandler(SockJSHandler) - Constructor for class io.vertx.mutiny.ext.web.handler.sockjs.SockJSHandler
 
SockJSHandler(Object) - Constructor for class io.vertx.mutiny.ext.web.handler.sockjs.SockJSHandler
 
SockJSSocket - Class in io.vertx.mutiny.ext.web.handler.sockjs
You interact with SockJS clients through instances of SockJS socket.
SockJSSocket(SockJSSocket) - Constructor for class io.vertx.mutiny.ext.web.handler.sockjs.SockJSSocket
 
SockJSSocket(Object) - Constructor for class io.vertx.mutiny.ext.web.handler.sockjs.SockJSSocket
 
StaticHandler - Class in io.vertx.mutiny.ext.web.handler
A handler for serving static resources from the file system or classpath.
StaticHandler(StaticHandler) - Constructor for class io.vertx.mutiny.ext.web.handler.StaticHandler
 
StaticHandler(Object) - Constructor for class io.vertx.mutiny.ext.web.handler.StaticHandler
 
statusCode() - Method in class io.vertx.mutiny.ext.web.RoutingContext
 
subComponent() - Method in class io.vertx.mutiny.ext.web.MIMEHeader
 
subRouter(Router) - Method in class io.vertx.mutiny.ext.web.Route
 
subtag() - Method in class io.vertx.mutiny.ext.web.LanguageHeader
 
subtag(int) - Method in class io.vertx.mutiny.ext.web.LanguageHeader
 
subtagCount() - Method in class io.vertx.mutiny.ext.web.LanguageHeader
 

T

tag() - Method in class io.vertx.mutiny.ext.web.LanguageHeader
 
TemplateHandler - Class in io.vertx.mutiny.ext.web.handler
A handler which renders responses using a template engine and where the template name is selected from the URI path.
TemplateHandler(TemplateHandler) - Constructor for class io.vertx.mutiny.ext.web.handler.TemplateHandler
 
TemplateHandler(Object) - Constructor for class io.vertx.mutiny.ext.web.handler.TemplateHandler
 
TENANT - Static variable in class io.vertx.mutiny.ext.web.handler.MultiTenantHandler
The default key used to identify a tenant in the context data.
timeout() - Method in class io.vertx.mutiny.ext.web.Session
 
TimeoutHandler - Class in io.vertx.mutiny.ext.web.handler
Handler that will timeout requests if the response has not been written after a certain time.
TimeoutHandler(TimeoutHandler) - Constructor for class io.vertx.mutiny.ext.web.handler.TimeoutHandler
 
TimeoutHandler(Object) - Constructor for class io.vertx.mutiny.ext.web.handler.TimeoutHandler
 
toBlockingIterable() - Method in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSSocket
 
toBlockingStream() - Method in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSSocket
 
toMulti() - Method in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSSocket
 
toString() - Method in class io.vertx.mutiny.ext.web.FileUpload
 
toString() - Method in class io.vertx.mutiny.ext.web.handler.AuthorizationHandler
 
toString() - Method in class io.vertx.mutiny.ext.web.handler.BasicAuthHandler
 
toString() - Method in class io.vertx.mutiny.ext.web.handler.BodyHandler
 
toString() - Method in class io.vertx.mutiny.ext.web.handler.ChainAuthHandler
 
toString() - Method in class io.vertx.mutiny.ext.web.handler.CorsHandler
 
toString() - Method in class io.vertx.mutiny.ext.web.handler.CSPHandler
 
toString() - Method in class io.vertx.mutiny.ext.web.handler.CSRFHandler
 
toString() - Method in class io.vertx.mutiny.ext.web.handler.DigestAuthHandler
 
toString() - Method in class io.vertx.mutiny.ext.web.handler.ErrorHandler
 
toString() - Method in class io.vertx.mutiny.ext.web.handler.FaviconHandler
 
toString() - Method in class io.vertx.mutiny.ext.web.handler.FormLoginHandler
 
toString() - Method in class io.vertx.mutiny.ext.web.handler.HSTSHandler
 
toString() - Method in class io.vertx.mutiny.ext.web.handler.JWTAuthHandler
 
toString() - Method in class io.vertx.mutiny.ext.web.handler.LoggerHandler
 
toString() - Method in class io.vertx.mutiny.ext.web.handler.MethodOverrideHandler
 
toString() - Method in class io.vertx.mutiny.ext.web.handler.MultiTenantHandler
 
toString() - Method in class io.vertx.mutiny.ext.web.handler.OAuth2AuthHandler
 
toString() - Method in class io.vertx.mutiny.ext.web.handler.RedirectAuthHandler
 
toString() - Method in class io.vertx.mutiny.ext.web.handler.ResponseContentTypeHandler
 
toString() - Method in class io.vertx.mutiny.ext.web.handler.ResponseTimeHandler
 
toString() - Method in class io.vertx.mutiny.ext.web.handler.SessionHandler
 
toString() - Method in class io.vertx.mutiny.ext.web.handler.sockjs.BridgeEvent
 
toString() - Method in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSHandler
 
toString() - Method in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSSocket
 
toString() - Method in class io.vertx.mutiny.ext.web.handler.StaticHandler
 
toString() - Method in class io.vertx.mutiny.ext.web.handler.TemplateHandler
 
toString() - Method in class io.vertx.mutiny.ext.web.handler.TimeoutHandler
 
toString() - Method in class io.vertx.mutiny.ext.web.handler.WebAuthnHandler
 
toString() - Method in class io.vertx.mutiny.ext.web.LanguageHeader
 
toString() - Method in class io.vertx.mutiny.ext.web.MIMEHeader
 
toString() - Method in class io.vertx.mutiny.ext.web.ParsedHeaderValues
 
toString() - Method in class io.vertx.mutiny.ext.web.Route
 
toString() - Method in class io.vertx.mutiny.ext.web.Router
 
toString() - Method in class io.vertx.mutiny.ext.web.RoutingContext
 
toString() - Method in class io.vertx.mutiny.ext.web.Session
 
toString() - Method in class io.vertx.mutiny.ext.web.sstore.ClusteredSessionStore
 
toString() - Method in class io.vertx.mutiny.ext.web.sstore.LocalSessionStore
 
toString() - Method in class io.vertx.mutiny.ext.web.sstore.SessionStore
 
toSubscriber() - Method in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSSocket
 
trace() - Method in class io.vertx.mutiny.ext.web.Router
 
trace(String) - Method in class io.vertx.mutiny.ext.web.Router
 
traceWithRegex(String) - Method in class io.vertx.mutiny.ext.web.Router
 
tryComplete(Boolean) - Method in class io.vertx.mutiny.ext.web.handler.sockjs.BridgeEvent
 

U

uploadedFileName() - Method in class io.vertx.mutiny.ext.web.FileUpload
 
uri() - Method in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSSocket
 
useNormalisedPath(boolean) - Method in class io.vertx.mutiny.ext.web.Route
Deprecated. 
useNormalizedPath(boolean) - Method in class io.vertx.mutiny.ext.web.Route
 
user() - Method in class io.vertx.mutiny.ext.web.RoutingContext
 

V

value() - Method in class io.vertx.mutiny.ext.web.LanguageHeader
 
value() - Method in class io.vertx.mutiny.ext.web.MIMEHeader
 
value() - Method in interface io.vertx.mutiny.ext.web.ParsedHeaderValue
 
value() - Method in class io.vertx.mutiny.ext.web.Session
 
vertx() - Method in class io.vertx.mutiny.ext.web.RoutingContext
 
virtualHost(String) - Method in class io.vertx.mutiny.ext.web.Route
 

W

WebAuthnHandler - Class in io.vertx.mutiny.ext.web.handler
An auth handler that provides FIDO2 WebAuthN Relay Party support.
WebAuthnHandler(WebAuthnHandler) - Constructor for class io.vertx.mutiny.ext.web.handler.WebAuthnHandler
 
WebAuthnHandler(Object) - Constructor for class io.vertx.mutiny.ext.web.handler.WebAuthnHandler
 
webSession() - Method in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSSocket
 
webUser() - Method in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSSocket
 
weight() - Method in class io.vertx.mutiny.ext.web.LanguageHeader
 
weight() - Method in class io.vertx.mutiny.ext.web.MIMEHeader
 
weight() - Method in interface io.vertx.mutiny.ext.web.ParsedHeaderValue
 
weightedOrder() - Method in class io.vertx.mutiny.ext.web.LanguageHeader
 
weightedOrder() - Method in class io.vertx.mutiny.ext.web.MIMEHeader
 
weightedOrder() - Method in interface io.vertx.mutiny.ext.web.ParsedHeaderValue
 
withScope(String) - Method in class io.vertx.mutiny.ext.web.handler.OAuth2AuthHandler
 
write(Buffer) - Method in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSSocket
 
write(String) - Method in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSSocket
 
writeAndAwait(Buffer) - Method in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSSocket
 
writeAndAwait(String) - Method in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSSocket
 
writeAndForget(Buffer) - Method in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSSocket
 
writeAndForget(String) - Method in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSSocket
 
writeHandlerID() - Method in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSSocket
 
writeQueueFull() - Method in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSSocket
 

_

__TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.FileUpload
 
__TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.handler.AuthorizationHandler
 
__TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.handler.BasicAuthHandler
 
__TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.handler.BodyHandler
 
__TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.handler.ChainAuthHandler
 
__TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.handler.CorsHandler
 
__TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.handler.CSPHandler
 
__TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.handler.CSRFHandler
 
__TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.handler.DigestAuthHandler
 
__TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.handler.ErrorHandler
 
__TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.handler.FaviconHandler
 
__TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.handler.FormLoginHandler
 
__TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.handler.HSTSHandler
 
__TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.handler.JWTAuthHandler
 
__TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.handler.LoggerHandler
 
__TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.handler.MethodOverrideHandler
 
__TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.handler.MultiTenantHandler
 
__TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.handler.OAuth2AuthHandler
 
__TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.handler.RedirectAuthHandler
 
__TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.handler.ResponseContentTypeHandler
 
__TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.handler.ResponseTimeHandler
 
__TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.handler.SessionHandler
 
__TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.handler.sockjs.BridgeEvent
 
__TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSHandler
 
__TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.handler.sockjs.SockJSSocket
 
__TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.handler.StaticHandler
 
__TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.handler.TemplateHandler
 
__TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.handler.TimeoutHandler
 
__TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.handler.WebAuthnHandler
 
__TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.LanguageHeader
 
__TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.MIMEHeader
 
__TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.ParsedHeaderValues
 
__TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.Route
 
__TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.Router
 
__TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.RoutingContext
 
__TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.Session
 
__TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.sstore.ClusteredSessionStore
 
__TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.sstore.LocalSessionStore
 
__TYPE_ARG - Static variable in class io.vertx.mutiny.ext.web.sstore.SessionStore
 
A B C D E F G H I J L M N O P Q R S T U V W _ 
All Classes All Packages