| Package | Description | 
|---|---|
| io.vertx.rxjava.ext.web.api.contract | |
| io.vertx.rxjava.ext.web.api.contract.openapi3 | |
| io.vertx.rxjava.ext.web.handler | 
| Class and Description | 
|---|
| BodyHandler
 A handler which gathers the entire request body and sets it on the . 
 | 
| Class and Description | 
|---|
| BodyHandler
 A handler which gathers the entire request body and sets it on the . 
 | 
| Class and Description | 
|---|
| AuthHandler
 Base interface for auth handlers. 
 | 
| BasicAuthHandler
 An auth handler that provides HTTP Basic Authentication support. 
 | 
| BodyHandler
 A handler which gathers the entire request body and sets it on the . 
 | 
| ChainAuthHandler
 An auth handler that chains to a sequence of handlers. 
 | 
| CookieHandler
 A handler which decodes cookies from the request, makes them available in the 
 and writes them back in the response. 
 | 
| CorsHandler
 A handler which implements server side http://www.w3.org/TR/cors/[CORS] support for Vert.x-Web. 
 | 
| CSRFHandler
 This handler adds a CSRF token to requests which mutate state. 
 | 
| DigestAuthHandler
 An auth handler that provides HTTP Basic Authentication support. 
 | 
| ErrorHandler
 A pretty error handler for rendering error pages. 
 | 
| FaviconHandler
 A handler that serves favicons. 
 | 
| FormLoginHandler
 Handler that handles login from a form on a custom login page. 
 | 
| JWTAuthHandler
 An auth handler that provides JWT Authentication support. 
 | 
| LoggerHandler
 A handler which logs request information to the Vert.x logger. 
 | 
| MultiTenantHandler
 A handler which selectively executes another handler if a precondition is met. 
 | 
| OAuth2AuthHandler
 An auth handler that provides OAuth2 Authentication support. 
 | 
| RedirectAuthHandler
 An auth handler that's used to handle auth by redirecting user to a custom login page. 
 | 
| ResponseContentTypeHandler
 A handler which sets the response content type automatically according to the best  
Accept header match. | 
| ResponseTimeHandler
 Handler which adds a header `x-response-time` in the response of matching requests containing the time taken
 in ms to process the request. 
 | 
| SessionHandler
 A handler that maintains a  
Session for each browser
 session. | 
| StaticHandler
 A handler for serving static resources from the file system or classpath. 
 | 
| TemplateHandler
 A handler which renders responses using a template engine and where the template name is selected from the URI
 path. 
 | 
| TimeoutHandler
 Handler that will timeout requests if the response has not been written after a certain time. 
 | 
| UserSessionHandler
 This handler should be used if you want to store the User object in the Session so it's available between
 different requests, without you having re-authenticate each time. 
 | 
| VirtualHostHandler
 Handler that will filter requests based on the request Host name. 
 | 
Copyright © 2020 Eclipse. All rights reserved.