- accept(HttpServerRequest) - Method in interface io.vertx.ext.web.Router
-
This method is used to provide a request to the router.
- accept(HttpServerRequest) - Method in class io.vertx.rxjava.ext.web.Router
-
This method is used to provide a request to the router.
- acceptableLocales() - Method in interface io.vertx.ext.web.RoutingContext
-
Returns the locales for the current request.
- acceptableLocales() - Method in class io.vertx.rxjava.ext.web.RoutingContext
-
Returns the locales for the current request.
- addAuthorities(Set<String>) - Method in interface io.vertx.ext.web.handler.AuthHandler
-
Add a set of required authorities for this auth handler
- addAuthorities(Set<String>) - Method in interface io.vertx.rxjava.ext.web.handler.AuthHandler
-
Add a set of required authorities for this auth handler
- addAuthorities(Set<String>) - Method in class io.vertx.rxjava.ext.web.handler.BasicAuthHandler
-
Add a set of required authorities for this auth handler
- addAuthorities(Set<String>) - Method in class io.vertx.rxjava.ext.web.handler.JWTAuthHandler
-
Add a set of required authorities for this auth handler
- addAuthorities(Set<String>) - Method in class io.vertx.rxjava.ext.web.handler.OAuth2AuthHandler
-
Add a set of required authorities for this auth handler
- addAuthorities(Set<String>) - Method in class io.vertx.rxjava.ext.web.handler.RedirectAuthHandler
-
Add a set of required authorities for this auth handler
- addAuthority(String) - Method in interface io.vertx.ext.web.handler.AuthHandler
-
Add a required authority for this auth handler
- addAuthority(String) - Method in interface io.vertx.rxjava.ext.web.handler.AuthHandler
-
Add a required authority for this auth handler
- addAuthority(String) - Method in class io.vertx.rxjava.ext.web.handler.BasicAuthHandler
-
Add a required authority for this auth handler
- addAuthority(String) - Method in class io.vertx.rxjava.ext.web.handler.JWTAuthHandler
-
Add a required authority for this auth handler
- addAuthority(String) - Method in class io.vertx.rxjava.ext.web.handler.OAuth2AuthHandler
-
Add a required authority for this auth handler
- addAuthority(String) - Method in class io.vertx.rxjava.ext.web.handler.RedirectAuthHandler
-
Add a required authority for this auth handler
- addBodyEndHandler(Handler<Void>) - Method in interface io.vertx.ext.web.RoutingContext
-
Add a handler that will be called just before the response body has been completely written.
- addBodyEndHandler(Handler<Void>) - Method in class io.vertx.rxjava.ext.web.RoutingContext
-
Add a handler that will be called just before the response body has been completely written.
- addCookie(Cookie) - Method in interface io.vertx.ext.web.RoutingContext
-
Add a cookie.
- addCookie(Cookie) - Method in class io.vertx.rxjava.ext.web.RoutingContext
-
Add a cookie.
- addDisabledTransport(String) - Method in class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
-
- addHeadersEndHandler(Handler<Void>) - Method in interface io.vertx.ext.web.RoutingContext
-
Add a handler that will be called just before headers are written to the response.
- addHeadersEndHandler(Handler<Void>) - Method in class io.vertx.rxjava.ext.web.RoutingContext
-
Add a handler that will be called just before headers are written to the response.
- addInboundPermitted(PermittedOptions) - Method in class io.vertx.ext.web.handler.sockjs.BridgeOptions
-
- addOutboundPermitted(PermittedOptions) - Method in class io.vertx.ext.web.handler.sockjs.BridgeOptions
-
- allowCredentials(boolean) - Method in interface io.vertx.ext.web.handler.CorsHandler
-
Set whether credentials are allowed
- allowCredentials(boolean) - Method in class io.vertx.rxjava.ext.web.handler.CorsHandler
-
Set whether credentials are allowed
- allowedHeader(String) - Method in interface io.vertx.ext.web.handler.CorsHandler
-
Add an allowed header
- allowedHeader(String) - Method in class io.vertx.rxjava.ext.web.handler.CorsHandler
-
Add an allowed header
- allowedHeaders(Set<String>) - Method in interface io.vertx.ext.web.handler.CorsHandler
-
Add a set of allowed headers
- allowedHeaders(Set<String>) - Method in class io.vertx.rxjava.ext.web.handler.CorsHandler
-
Add a set of allowed headers
- allowedMethod(HttpMethod) - Method in interface io.vertx.ext.web.handler.CorsHandler
-
Add an allowed method
- allowedMethod(HttpMethod) - Method in class io.vertx.rxjava.ext.web.handler.CorsHandler
-
Add an allowed method
- allowedMethods(Set<HttpMethod>) - Method in interface io.vertx.ext.web.handler.CorsHandler
-
Add a set of allowed methods
- AuthHandler - Interface in io.vertx.ext.web.handler
-
Base interface for auth handlers.
- AuthHandler - Interface in io.vertx.rxjava.ext.web.handler
-
Base interface for auth handlers.
- authURI(String, String) - Method in interface io.vertx.ext.web.handler.OAuth2AuthHandler
-
Build the authorization URL.
- authURI(String, String) - Method in class io.vertx.rxjava.ext.web.handler.OAuth2AuthHandler
-
Build the authorization URL.
- charSet() - Method in interface io.vertx.ext.web.FileUpload
-
- charSet() - Method in class io.vertx.rxjava.ext.web.FileUpload
-
- clear() - Method in interface io.vertx.ext.web.Router
-
Remove all the routes from this router
- clear(Handler<AsyncResult<Boolean>>) - Method in interface io.vertx.ext.web.sstore.SessionStore
-
Remove all sessions from the store
- clear() - Method in class io.vertx.rxjava.ext.web.Router
-
Remove all the routes from this router
- clear(Handler<AsyncResult<Boolean>>) - Method in class io.vertx.rxjava.ext.web.sstore.SessionStore
-
Remove all sessions from the store
- clearObservable() - Method in class io.vertx.rxjava.ext.web.sstore.SessionStore
-
Remove all sessions from the store
- clearUser() - Method in interface io.vertx.ext.web.RoutingContext
-
Clear the current user object in the context.
- clearUser() - Method in class io.vertx.rxjava.ext.web.RoutingContext
-
Clear the current user object in the context.
- close() - Method in interface io.vertx.ext.web.handler.sockjs.SockJSSocket
-
Close it
- close() - Method in interface io.vertx.ext.web.sstore.SessionStore
-
Close the store
- close() - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
-
Close it
- close() - Method in class io.vertx.rxjava.ext.web.sstore.SessionStore
-
Close the store
- ClusteredSessionStore - Interface in io.vertx.ext.web.sstore
-
A session store which stores sessions in a distributed map so they are available across the cluster.
- ClusteredSessionStore - Class in io.vertx.rxjava.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.rxjava.ext.web.sstore.ClusteredSessionStore
-
- connect() - Method in interface io.vertx.ext.web.Router
-
Add a route that matches any HTTP CONNECT request
- connect(String) - Method in interface io.vertx.ext.web.Router
-
Add a route that matches a HTTP CONNECT request and the specified path
- connect() - Method in class io.vertx.rxjava.ext.web.Router
-
Add a route that matches any HTTP CONNECT request
- connect(String) - Method in class io.vertx.rxjava.ext.web.Router
-
Add a route that matches a HTTP CONNECT request and the specified path
- connectWithRegex(String) - Method in interface io.vertx.ext.web.Router
-
Add a route that matches a HTTP CONNECT request and the specified path regex
- connectWithRegex(String) - Method in class io.vertx.rxjava.ext.web.Router
-
Add a route that matches a HTTP CONNECT request and the specified path regex
- consumes(String) - Method in interface io.vertx.ext.web.Route
-
Add a content type consumed by this route.
- consumes(String) - Method in class io.vertx.rxjava.ext.web.Route
-
Add a content type consumed by this route.
- contentTransferEncoding() - Method in interface io.vertx.ext.web.FileUpload
-
- contentTransferEncoding() - Method in class io.vertx.rxjava.ext.web.FileUpload
-
- contentType() - Method in interface io.vertx.ext.web.FileUpload
-
- contentType() - Method in class io.vertx.rxjava.ext.web.FileUpload
-
- Cookie - Interface in io.vertx.ext.web
-
Represents an HTTP Cookie.
- cookie(String, String) - Static method in interface io.vertx.ext.web.Cookie
-
Create a new cookie
- cookie(Cookie) - Static method in interface io.vertx.ext.web.Cookie
-
Create a new cookie from a Netty cookie
- Cookie - Class in io.vertx.rxjava.ext.web
-
Represents an HTTP Cookie.
- Cookie(Cookie) - Constructor for class io.vertx.rxjava.ext.web.Cookie
-
- cookie(String, String) - Static method in class io.vertx.rxjava.ext.web.Cookie
-
Create a new cookie
- cookieCount() - Method in interface io.vertx.ext.web.RoutingContext
-
- cookieCount() - Method in class io.vertx.rxjava.ext.web.RoutingContext
-
- CookieHandler - Interface in io.vertx.ext.web.handler
-
A handler which decodes cookies from the request, makes them available in the
RoutingContext
and writes them back in the response.
- CookieHandler - Class in io.vertx.rxjava.ext.web.handler
-
A handler which decodes cookies from the request, makes them available in the
and writes them back in the response.
- CookieHandler(CookieHandler) - Constructor for class io.vertx.rxjava.ext.web.handler.CookieHandler
-
- cookies() - Method in interface io.vertx.ext.web.RoutingContext
-
- cookies() - Method in class io.vertx.rxjava.ext.web.RoutingContext
-
- CorsHandler - Interface in io.vertx.ext.web.handler
-
A handler which implements server side http://www.w3.org/TR/cors/[CORS] support for Vert.x-Web.
- CorsHandler - Class in io.vertx.rxjava.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.rxjava.ext.web.handler.CorsHandler
-
- country() - Method in interface io.vertx.ext.web.Locale
-
Returns the country as reported by the HTTP client.
- country() - Method in class io.vertx.rxjava.ext.web.Locale
-
Returns the country as reported by the HTTP client.
- create(AuthProvider) - Static method in interface io.vertx.ext.web.handler.BasicAuthHandler
-
Create a basic auth handler
- create(AuthProvider, String) - Static method in interface io.vertx.ext.web.handler.BasicAuthHandler
-
Create a basic auth handler, specifying realm
- create() - Static method in interface io.vertx.ext.web.handler.BodyHandler
-
Create a body handler with defaults
- create(String) - Static method in interface io.vertx.ext.web.handler.BodyHandler
-
Create a body handler and use the given upload directory.
- create() - Static method in interface io.vertx.ext.web.handler.CookieHandler
-
Create a cookie handler
- create(String) - Static method in interface io.vertx.ext.web.handler.CorsHandler
-
Create a CORS handler
- create(String) - Static method in interface io.vertx.ext.web.handler.CSRFHandler
-
Instantiate a new CSRFHandlerImpl with a secret
- create() - Static method in interface io.vertx.ext.web.handler.ErrorHandler
-
Create an error handler using defaults
- create(String, boolean) - Static method in interface io.vertx.ext.web.handler.ErrorHandler
-
Create an error handler
- create(boolean) - Static method in interface io.vertx.ext.web.handler.ErrorHandler
-
Create an error handler
- create(String) - Static method in interface io.vertx.ext.web.handler.ErrorHandler
-
Create an error handler
- create() - Static method in interface io.vertx.ext.web.handler.FaviconHandler
-
Create a handler with defaults
- create(String) - Static method in interface io.vertx.ext.web.handler.FaviconHandler
-
Create a handler attempting to load favicon file from the specified path
- create(String, long) - Static method in interface io.vertx.ext.web.handler.FaviconHandler
-
Create a handler attempting to load favicon file from the specified path, and with the specified max cache time
- create(long) - Static method in interface io.vertx.ext.web.handler.FaviconHandler
-
Create a handler with the specified max cache time
- create(AuthProvider) - Static method in interface io.vertx.ext.web.handler.FormLoginHandler
-
Create a handler
- create(AuthProvider, String, String, String, String) - Static method in interface io.vertx.ext.web.handler.FormLoginHandler
-
Create a handler
- create(JWTAuth) - Static method in interface io.vertx.ext.web.handler.JWTAuthHandler
-
Create a JWT auth handler
- create(JWTAuth, String) - Static method in interface io.vertx.ext.web.handler.JWTAuthHandler
-
Create a JWT auth handler
- create() - Static method in interface io.vertx.ext.web.handler.LoggerHandler
-
Create a handler with default format
- create(LoggerFormat) - Static method in interface io.vertx.ext.web.handler.LoggerHandler
-
Create a handler with he specified format
- create(boolean, LoggerFormat) - Static method in interface io.vertx.ext.web.handler.LoggerHandler
-
Create a handler with he specified format
- create(OAuth2Auth, String) - Static method in interface io.vertx.ext.web.handler.OAuth2AuthHandler
-
Create a OAuth2 auth handler
- create(AuthProvider) - Static method in interface io.vertx.ext.web.handler.RedirectAuthHandler
-
Create a handler
- create(AuthProvider, String) - Static method in interface io.vertx.ext.web.handler.RedirectAuthHandler
-
Create a handler
- create(AuthProvider, String, String) - Static method in interface io.vertx.ext.web.handler.RedirectAuthHandler
-
Create a handler
- create() - Static method in interface io.vertx.ext.web.handler.ResponseTimeHandler
-
Create a handler
- create(SessionStore) - Static method in interface io.vertx.ext.web.handler.SessionHandler
-
Create a session handler
- create(Vertx) - Static method in interface io.vertx.ext.web.handler.sockjs.SockJSHandler
-
Create a SockJS handler
- create(Vertx, SockJSHandlerOptions) - Static method in interface io.vertx.ext.web.handler.sockjs.SockJSHandler
-
Create a SockJS handler
- create() - Static method in interface io.vertx.ext.web.handler.StaticHandler
-
Create a handler using defaults
- create(String) - Static method in interface io.vertx.ext.web.handler.StaticHandler
-
Create a handler, specifying web-root
- create(String, ClassLoader) - Static method in interface io.vertx.ext.web.handler.StaticHandler
-
Create a handler, specifying web-root and a classloader used to load the resources.
- create(TemplateEngine) - Static method in interface io.vertx.ext.web.handler.TemplateHandler
-
Create a handler
- create(TemplateEngine, String, String) - Static method in interface io.vertx.ext.web.handler.TemplateHandler
-
Create a handler
- create() - Static method in interface io.vertx.ext.web.handler.TimeoutHandler
-
Create a handler
- create(long) - Static method in interface io.vertx.ext.web.handler.TimeoutHandler
-
Create a handler
- create(long, int) - Static method in interface io.vertx.ext.web.handler.TimeoutHandler
-
Create a handler
- create(AuthProvider) - Static method in interface io.vertx.ext.web.handler.UserSessionHandler
-
Create a new handler
- create(String, Handler<RoutingContext>) - Static method in interface io.vertx.ext.web.handler.VirtualHostHandler
-
Create a handler
- create() - Static method in interface io.vertx.ext.web.Locale
-
- create(String) - Static method in interface io.vertx.ext.web.Locale
-
- create(String, String) - Static method in interface io.vertx.ext.web.Locale
-
- create(String, String, String) - Static method in interface io.vertx.ext.web.Locale
-
- create(Vertx, String) - Static method in interface io.vertx.ext.web.sstore.ClusteredSessionStore
-
Create a session store
- create(Vertx, String, long) - Static method in interface io.vertx.ext.web.sstore.ClusteredSessionStore
-
Create a session store.
The retry timeout value, configures how long the session handler will retry to get a session from the store
when it is not found.
- create(Vertx) - Static method in interface io.vertx.ext.web.sstore.ClusteredSessionStore
-
Create a session store
- create(Vertx, long) - Static method in interface io.vertx.ext.web.sstore.ClusteredSessionStore
-
Create a session store.
The retry timeout value, configures how long the session handler will retry to get a session from the store
when it is not found.
- create(Vertx) - Static method in interface io.vertx.ext.web.sstore.LocalSessionStore
-
Create a session store
- create(Vertx, String) - Static method in interface io.vertx.ext.web.sstore.LocalSessionStore
-
Create a session store
- create(Vertx, String, long) - Static method in interface io.vertx.ext.web.sstore.LocalSessionStore
-
Create a session store
- create(AuthProvider) - Static method in class io.vertx.rxjava.ext.web.handler.BasicAuthHandler
-
Create a basic auth handler
- create(AuthProvider, String) - Static method in class io.vertx.rxjava.ext.web.handler.BasicAuthHandler
-
Create a basic auth handler, specifying realm
- create() - Static method in class io.vertx.rxjava.ext.web.handler.BodyHandler
-
Create a body handler with defaults
- create(String) - Static method in class io.vertx.rxjava.ext.web.handler.BodyHandler
-
Create a body handler and use the given upload directory.
- create() - Static method in class io.vertx.rxjava.ext.web.handler.CookieHandler
-
Create a cookie handler
- create(String) - Static method in class io.vertx.rxjava.ext.web.handler.CorsHandler
-
Create a CORS handler
- create(String) - Static method in class io.vertx.rxjava.ext.web.handler.CSRFHandler
-
Instantiate a new CSRFHandlerImpl with a secret
- create() - Static method in class io.vertx.rxjava.ext.web.handler.ErrorHandler
-
Create an error handler using defaults
- create(String, boolean) - Static method in class io.vertx.rxjava.ext.web.handler.ErrorHandler
-
Create an error handler
- create(boolean) - Static method in class io.vertx.rxjava.ext.web.handler.ErrorHandler
-
Create an error handler
- create(String) - Static method in class io.vertx.rxjava.ext.web.handler.ErrorHandler
-
Create an error handler
- create() - Static method in class io.vertx.rxjava.ext.web.handler.FaviconHandler
-
Create a handler with defaults
- create(String) - Static method in class io.vertx.rxjava.ext.web.handler.FaviconHandler
-
Create a handler attempting to load favicon file from the specified path
- create(String, long) - Static method in class io.vertx.rxjava.ext.web.handler.FaviconHandler
-
Create a handler attempting to load favicon file from the specified path, and with the specified max cache time
- create(long) - Static method in class io.vertx.rxjava.ext.web.handler.FaviconHandler
-
Create a handler with the specified max cache time
- create(AuthProvider) - Static method in class io.vertx.rxjava.ext.web.handler.FormLoginHandler
-
Create a handler
- create(AuthProvider, String, String, String, String) - Static method in class io.vertx.rxjava.ext.web.handler.FormLoginHandler
-
Create a handler
- create(JWTAuth) - Static method in class io.vertx.rxjava.ext.web.handler.JWTAuthHandler
-
Create a JWT auth handler
- create(JWTAuth, String) - Static method in class io.vertx.rxjava.ext.web.handler.JWTAuthHandler
-
Create a JWT auth handler
- create() - Static method in class io.vertx.rxjava.ext.web.handler.LoggerHandler
-
Create a handler with default format
- create(LoggerFormat) - Static method in class io.vertx.rxjava.ext.web.handler.LoggerHandler
-
Create a handler with he specified format
- create(boolean, LoggerFormat) - Static method in class io.vertx.rxjava.ext.web.handler.LoggerHandler
-
Create a handler with he specified format
- create(OAuth2Auth, String) - Static method in class io.vertx.rxjava.ext.web.handler.OAuth2AuthHandler
-
Create a OAuth2 auth handler
- create(AuthProvider) - Static method in class io.vertx.rxjava.ext.web.handler.RedirectAuthHandler
-
Create a handler
- create(AuthProvider, String) - Static method in class io.vertx.rxjava.ext.web.handler.RedirectAuthHandler
-
Create a handler
- create(AuthProvider, String, String) - Static method in class io.vertx.rxjava.ext.web.handler.RedirectAuthHandler
-
Create a handler
- create() - Static method in class io.vertx.rxjava.ext.web.handler.ResponseTimeHandler
-
Create a handler
- create(SessionStore) - Static method in class io.vertx.rxjava.ext.web.handler.SessionHandler
-
Create a session handler
- create(Vertx) - Static method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSHandler
-
Create a SockJS handler
- create(Vertx, SockJSHandlerOptions) - Static method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSHandler
-
Create a SockJS handler
- create() - Static method in class io.vertx.rxjava.ext.web.handler.StaticHandler
-
Create a handler using defaults
- create(String) - Static method in class io.vertx.rxjava.ext.web.handler.StaticHandler
-
Create a handler, specifying web-root
- create(TemplateEngine) - Static method in class io.vertx.rxjava.ext.web.handler.TemplateHandler
-
Create a handler
- create(TemplateEngine, String, String) - Static method in class io.vertx.rxjava.ext.web.handler.TemplateHandler
-
Create a handler
- create() - Static method in class io.vertx.rxjava.ext.web.handler.TimeoutHandler
-
Create a handler
- create(long) - Static method in class io.vertx.rxjava.ext.web.handler.TimeoutHandler
-
Create a handler
- create(long, int) - Static method in class io.vertx.rxjava.ext.web.handler.TimeoutHandler
-
Create a handler
- create(AuthProvider) - Static method in class io.vertx.rxjava.ext.web.handler.UserSessionHandler
-
Create a new handler
- create(String, Handler<RoutingContext>) - Static method in class io.vertx.rxjava.ext.web.handler.VirtualHostHandler
-
Create a handler
- create() - Static method in class io.vertx.rxjava.ext.web.Locale
-
- create(String) - Static method in class io.vertx.rxjava.ext.web.Locale
-
- create(String, String) - Static method in class io.vertx.rxjava.ext.web.Locale
-
- create(String, String, String) - Static method in class io.vertx.rxjava.ext.web.Locale
-
- create(Vertx, String) - Static method in class io.vertx.rxjava.ext.web.sstore.ClusteredSessionStore
-
Create a session store
- create(Vertx, String, long) - Static method in class io.vertx.rxjava.ext.web.sstore.ClusteredSessionStore
-
Create a session store.
The retry timeout value, configures how long the session handler will retry to get a session from the store
when it is not found.
- create(Vertx) - Static method in class io.vertx.rxjava.ext.web.sstore.ClusteredSessionStore
-
Create a session store
- create(Vertx, long) - Static method in class io.vertx.rxjava.ext.web.sstore.ClusteredSessionStore
-
Create a session store.
The retry timeout value, configures how long the session handler will retry to get a session from the store
when it is not found.
- create(Vertx) - Static method in class io.vertx.rxjava.ext.web.sstore.LocalSessionStore
-
Create a session store
- create(Vertx, String) - Static method in class io.vertx.rxjava.ext.web.sstore.LocalSessionStore
-
Create a session store
- create(Vertx, String, long) - Static method in class io.vertx.rxjava.ext.web.sstore.LocalSessionStore
-
Create a session store
- createSession(long) - Method in interface io.vertx.ext.web.sstore.SessionStore
-
Create a new session
- createSession(long) - Method in class io.vertx.rxjava.ext.web.sstore.SessionStore
-
Create a new session
- CSRFHandler - Interface in io.vertx.ext.web.handler
-
This handler adds a CSRF token to requests which mutate state.
- CSRFHandler - Class in io.vertx.rxjava.ext.web.handler
-
This handler adds a CSRF token to requests which mutate state.
- CSRFHandler(CSRFHandler) - Constructor for class io.vertx.rxjava.ext.web.handler.CSRFHandler
-
- currentRoute() - Method in interface io.vertx.ext.web.RoutingContext
-
- currentRoute() - Method in class io.vertx.rxjava.ext.web.RoutingContext
-
- data() - Method in interface io.vertx.ext.web.RoutingContext
-
- data() - Method in interface io.vertx.ext.web.Session
-
- DEFAULT_ADDRESS - Static variable in class io.vertx.ext.web.handler.sockjs.PermittedOptions
-
The default permitted address : null.
- DEFAULT_ADDRESS_REGEX - Static variable in class io.vertx.ext.web.handler.sockjs.PermittedOptions
-
The default permitted address regex : null.
- DEFAULT_ALWAYS_ASYNC_FS - Static variable in interface io.vertx.ext.web.handler.StaticHandler
-
Default of whether async filesystem access should always be used
- DEFAULT_BODY_LIMIT - Static variable in interface io.vertx.ext.web.handler.BodyHandler
-
Default max size for a request body.
- DEFAULT_CACHE_ENTRY_TIMEOUT - Static variable in interface io.vertx.ext.web.handler.StaticHandler
-
Default cache entry timeout, when caching
- DEFAULT_CACHING_ENABLED - Static variable in interface io.vertx.ext.web.handler.StaticHandler
-
Default of whether cache header handling is enabled
- DEFAULT_CONTENT_TYPE - Static variable in interface io.vertx.ext.web.handler.TemplateHandler
-
The default content type header to be used in the response
- DEFAULT_COOKIE_HTTP_ONLY_FLAG - Static variable in interface io.vertx.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 interface io.vertx.ext.web.handler.CSRFHandler
-
- DEFAULT_COOKIE_SECURE_FLAG - Static variable in interface io.vertx.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 interface io.vertx.ext.web.handler.BodyHandler
-
Default value of whether uploaded files should be removed after handling the request
- DEFAULT_DIRECTORY_LISTING - Static variable in interface io.vertx.ext.web.handler.StaticHandler
-
Default of whether directory listing is enabled
- DEFAULT_DIRECTORY_TEMPLATE - Static variable in interface io.vertx.ext.web.handler.StaticHandler
-
Default template file to use for directory listing
- DEFAULT_DISPLAY_EXCEPTION_DETAILS - Static variable in interface io.vertx.ext.web.handler.ErrorHandler
-
Should exception details be displayed by default?
- DEFAULT_ENABLE_FS_TUNING - Static variable in interface io.vertx.ext.web.handler.StaticHandler
-
Default of whether fs async/sync tuning should be used
- DEFAULT_ERROR_HANDLER_TEMPLATE - Static variable in interface io.vertx.ext.web.handler.ErrorHandler
-
The default template to use for rendering
- DEFAULT_ERRORCODE - Static variable in interface io.vertx.ext.web.handler.TimeoutHandler
-
The default error code
- DEFAULT_FILES_READ_ONLY - Static variable in interface io.vertx.ext.web.handler.StaticHandler
-
Default value of whether files are read -only and never will be updated
- DEFAULT_FORMAT - Static variable in interface io.vertx.ext.web.handler.LoggerHandler
-
- DEFAULT_HEADER_NAME - Static variable in interface io.vertx.ext.web.handler.CSRFHandler
-
- DEFAULT_HEARTBEAT_INTERVAL - Static variable in class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
-
- DEFAULT_INCLUDE_HIDDEN - Static variable in interface io.vertx.ext.web.handler.StaticHandler
-
Default of whether hidden files can be served
- DEFAULT_INDEX_PAGE - Static variable in interface io.vertx.ext.web.handler.StaticHandler
-
The default index page
- DEFAULT_INSERT_JSESSIONID - Static variable in class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
-
- DEFAULT_LIBRARY_URL - Static variable in class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
-
- DEFAULT_LOGIN_REDIRECT_URL - Static variable in interface io.vertx.ext.web.handler.RedirectAuthHandler
-
Default path the user will be redirected to
- DEFAULT_MATCH - Static variable in class io.vertx.ext.web.handler.sockjs.PermittedOptions
-
The default permitted match : null.
- DEFAULT_MAX_ADDRESS_LENGTH - Static variable in class io.vertx.ext.web.handler.sockjs.BridgeOptions
-
Default value for max address length = 200
- DEFAULT_MAX_AGE_SECONDS - Static variable in interface io.vertx.ext.web.handler.FaviconHandler
-
The default max age in seconds as set in the cache-control header
- DEFAULT_MAX_AGE_SECONDS - Static variable in interface io.vertx.ext.web.handler.StaticHandler
-
Default max age for cache headers
- DEFAULT_MAX_AVG_SERVE_TIME_NS - Static variable in interface io.vertx.ext.web.handler.StaticHandler
-
Default max avg serve time, in ns, over which serving will be considered slow
- DEFAULT_MAX_BYTES_STREAMING - Static variable in class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
-
- DEFAULT_MAX_CACHE_SIZE - Static variable in interface io.vertx.ext.web.handler.StaticHandler
-
The default max cache size
- DEFAULT_MAX_HANDLERS_PER_SOCKET - Static variable in class io.vertx.ext.web.handler.sockjs.BridgeOptions
-
Default value for max handlers per socket = 1000
- DEFAULT_MERGE_FORM_ATTRIBUTES - Static variable in interface io.vertx.ext.web.handler.BodyHandler
-
Default value of whether form attributes should be merged into request params
- DEFAULT_NAG_HTTPS - Static variable in interface io.vertx.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_PASSWORD_PARAM - Static variable in interface io.vertx.ext.web.handler.FormLoginHandler
-
The default value of the form attribute which will contain the password
- DEFAULT_PING_TIMEOUT - Static variable in class io.vertx.ext.web.handler.sockjs.BridgeOptions
-
Default value for ping timeout = 10000 ms
- DEFAULT_RANGE_SUPPORT - Static variable in interface io.vertx.ext.web.handler.StaticHandler
-
Default of whether Range request handling support should be used
- DEFAULT_REALM - Static variable in interface io.vertx.ext.web.handler.BasicAuthHandler
-
The default realm to use
- DEFAULT_REAPER_INTERVAL - Static variable in interface io.vertx.ext.web.sstore.LocalSessionStore
-
Default of how often, in ms, to check for expired sessions
- DEFAULT_REPLY_TIMEOUT - Static variable in class io.vertx.ext.web.handler.sockjs.BridgeOptions
-
Default value for reply timeout = 30000
- DEFAULT_REQUIRED_AUTHORITY - Static variable in class io.vertx.ext.web.handler.sockjs.PermittedOptions
-
The default permitted required authority : null.
- DEFAULT_RETRY_TIMEOUT - Static variable in interface io.vertx.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 interface io.vertx.ext.web.handler.FormLoginHandler
-
The default value of the form attribute which will contain the return url
- DEFAULT_RETURN_URL_PARAM - Static variable in interface io.vertx.ext.web.handler.RedirectAuthHandler
-
Default name of param used to store return url information in session
- DEFAULT_ROOT_FILESYSTEM_ACCESS - Static variable in interface io.vertx.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_SESSION_COOKIE_NAME - Static variable in interface io.vertx.ext.web.handler.SessionHandler
-
Default name of session cookie
- DEFAULT_SESSION_MAP_NAME - Static variable in interface io.vertx.ext.web.sstore.ClusteredSessionStore
-
The default name used for the session map
- DEFAULT_SESSION_MAP_NAME - Static variable in interface io.vertx.ext.web.sstore.LocalSessionStore
-
Default name for map used to store sessions
- DEFAULT_SESSION_TIMEOUT - Static variable in interface io.vertx.ext.web.handler.SessionHandler
-
Default time, in ms, that a session lasts for without being accessed before expiring.
- DEFAULT_SESSION_TIMEOUT - Static variable in class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
-
- DEFAULT_TEMPLATE_DIRECTORY - Static variable in interface io.vertx.ext.web.handler.TemplateHandler
-
The default directory where templates will be looked for
- DEFAULT_TIMEOUT - Static variable in interface io.vertx.ext.web.handler.TimeoutHandler
-
The default timeout, in ms
- DEFAULT_UPLOADS_DIRECTORY - Static variable in interface io.vertx.ext.web.handler.BodyHandler
-
Default uploads directory on server for file uploads
- DEFAULT_USERNAME_PARAM - Static variable in interface io.vertx.ext.web.handler.FormLoginHandler
-
The default value of the form attribute which will contain the username
- DEFAULT_WEB_ROOT - Static variable in interface io.vertx.ext.web.handler.StaticHandler
-
Default value of the web-root, where files are served from
- delete() - Method in interface io.vertx.ext.web.Router
-
Add a route that matches any HTTP DELETE request
- delete(String) - Method in interface io.vertx.ext.web.Router
-
Add a route that matches a HTTP DELETE request and the specified path
- delete(String, Handler<AsyncResult<Boolean>>) - Method in interface io.vertx.ext.web.sstore.SessionStore
-
Delete the session with the specified ID
- delete() - Method in class io.vertx.rxjava.ext.web.Router
-
Add a route that matches any HTTP DELETE request
- delete(String) - Method in class io.vertx.rxjava.ext.web.Router
-
Add a route that matches a HTTP DELETE request and the specified path
- delete(String, Handler<AsyncResult<Boolean>>) - Method in class io.vertx.rxjava.ext.web.sstore.SessionStore
-
Delete the session with the specified ID
- deleteObservable(String) - Method in class io.vertx.rxjava.ext.web.sstore.SessionStore
-
Delete the session with the specified ID
- deleteWithRegex(String) - Method in interface io.vertx.ext.web.Router
-
Add a route that matches a HTTP DELETE request and the specified path regex
- deleteWithRegex(String) - Method in class io.vertx.rxjava.ext.web.Router
-
Add a route that matches a HTTP DELETE request and the specified path regex
- destroy() - Method in interface io.vertx.ext.web.Session
-
Destroy the session
- destroy() - Method in class io.vertx.rxjava.ext.web.Session
-
Destroy the session
- disable() - Method in interface io.vertx.ext.web.Route
-
Disable this route.
- disable() - Method in class io.vertx.rxjava.ext.web.Route
-
Disable this route.
- drainHandler(Handler<Void>) - Method in interface io.vertx.ext.web.handler.sockjs.SockJSSocket
-
- drainHandler(Handler<Void>) - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
-
- patch() - Method in interface io.vertx.ext.web.Router
-
Add a route that matches any HTTP PATCH request
- patch(String) - Method in interface io.vertx.ext.web.Router
-
Add a route that matches a HTTP PATCH request and the specified path
- patch() - Method in class io.vertx.rxjava.ext.web.Router
-
Add a route that matches any HTTP PATCH request
- patch(String) - Method in class io.vertx.rxjava.ext.web.Router
-
Add a route that matches a HTTP PATCH request and the specified path
- patchWithRegex(String) - Method in interface io.vertx.ext.web.Router
-
Add a route that matches a HTTP PATCH request and the specified path regex
- patchWithRegex(String) - Method in class io.vertx.rxjava.ext.web.Router
-
Add a route that matches a HTTP PATCH request and the specified path regex
- path(String) - Method in interface io.vertx.ext.web.Route
-
Set the path prefix for this route.
- path(String) - Method in class io.vertx.rxjava.ext.web.Route
-
Set the path prefix for this route.
- pathParam(String) - Method in interface io.vertx.ext.web.RoutingContext
-
Gets the value of a single path parameter
- pathParam(String) - Method in class io.vertx.rxjava.ext.web.RoutingContext
-
Gets the value of a single path parameter
- pathParams() - Method in interface io.vertx.ext.web.RoutingContext
-
Returns a map of named parameters as defined in path declaration with their actual values
- pathParams() - Method in class io.vertx.rxjava.ext.web.RoutingContext
-
Returns a map of named parameters as defined in path declaration with their actual values
- pathRegex(String) - Method in interface io.vertx.ext.web.Route
-
Set the path prefix as a regular expression.
- pathRegex(String) - Method in class io.vertx.rxjava.ext.web.Route
-
Set the path prefix as a regular expression.
- pause() - Method in interface io.vertx.ext.web.handler.sockjs.SockJSSocket
-
- pause() - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
-
- PermittedOptions - Class in io.vertx.ext.web.handler.sockjs
-
Specify a match to allow for inbound and outbound traffic using the
BridgeOptions.
- PermittedOptions() - Constructor for class io.vertx.ext.web.handler.sockjs.PermittedOptions
-
- PermittedOptions(PermittedOptions) - Constructor for class io.vertx.ext.web.handler.sockjs.PermittedOptions
-
- PermittedOptions(JsonObject) - Constructor for class io.vertx.ext.web.handler.sockjs.PermittedOptions
-
- post() - Method in interface io.vertx.ext.web.Router
-
Add a route that matches any HTTP POST request
- post(String) - Method in interface io.vertx.ext.web.Router
-
Add a route that matches a HTTP POST request and the specified path
- post() - Method in class io.vertx.rxjava.ext.web.Router
-
Add a route that matches any HTTP POST request
- post(String) - Method in class io.vertx.rxjava.ext.web.Router
-
Add a route that matches a HTTP POST request and the specified path
- postWithRegex(String) - Method in interface io.vertx.ext.web.Router
-
Add a route that matches a HTTP POST request and the specified path regex
- postWithRegex(String) - Method in class io.vertx.rxjava.ext.web.Router
-
Add a route that matches a HTTP POST request and the specified path regex
- preferredLocale() - Method in interface io.vertx.ext.web.RoutingContext
-
Helper to return the user preferred locale.
- preferredLocale() - Method in class io.vertx.rxjava.ext.web.RoutingContext
-
Helper to return the user preferred locale.
- produces(String) - Method in interface io.vertx.ext.web.Route
-
Add a content type produced by this route.
- produces(String) - Method in class io.vertx.rxjava.ext.web.Route
-
Add a content type produced by this route.
- put() - Method in interface io.vertx.ext.web.Router
-
Add a route that matches any HTTP PUT request
- put(String) - Method in interface io.vertx.ext.web.Router
-
Add a route that matches a HTTP PUT request and the specified path
- put(String, Object) - Method in interface io.vertx.ext.web.RoutingContext
-
Put some arbitrary data in the context.
- put(String, Object) - Method in interface io.vertx.ext.web.Session
-
Put some data in a session
- put(Session, Handler<AsyncResult<Boolean>>) - Method in interface io.vertx.ext.web.sstore.SessionStore
-
Add a session with the specified ID
- put() - Method in class io.vertx.rxjava.ext.web.Router
-
Add a route that matches any HTTP PUT request
- put(String) - Method in class io.vertx.rxjava.ext.web.Router
-
Add a route that matches a HTTP PUT request and the specified path
- put(String, Object) - Method in class io.vertx.rxjava.ext.web.RoutingContext
-
Put some arbitrary data in the context.
- put(String, Object) - Method in class io.vertx.rxjava.ext.web.Session
-
Put some data in a session
- put(Session, Handler<AsyncResult<Boolean>>) - Method in class io.vertx.rxjava.ext.web.sstore.SessionStore
-
Add a session with the specified ID
- putObservable(Session) - Method in class io.vertx.rxjava.ext.web.sstore.SessionStore
-
Add a session with the specified ID
- putWithRegex(String) - Method in interface io.vertx.ext.web.Router
-
Add a route that matches a HTTP PUT request and the specified path regex
- putWithRegex(String) - Method in class io.vertx.rxjava.ext.web.Router
-
Add a route that matches a HTTP PUT request and the specified path regex
- rawMessage() - Method in interface io.vertx.ext.web.handler.sockjs.BridgeEvent
-
Deprecated.
- rawMessage() - Method in class io.vertx.rxjava.ext.web.handler.sockjs.BridgeEvent
-
- RedirectAuthHandler - Interface in io.vertx.ext.web.handler
-
An auth handler that's used to handle auth by redirecting user to a custom login page.
- RedirectAuthHandler - Class in io.vertx.rxjava.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.rxjava.ext.web.handler.RedirectAuthHandler
-
- remoteAddress() - Method in interface io.vertx.ext.web.handler.sockjs.SockJSSocket
-
Return the remote address for this socket
- remoteAddress() - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
-
Return the remote address for this socket
- remove() - Method in interface io.vertx.ext.web.Route
-
Remove this route from the router
- remove(String) - Method in interface io.vertx.ext.web.Session
-
Remove some data from the session
- remove() - Method in class io.vertx.rxjava.ext.web.Route
-
Remove this route from the router
- remove(String) - Method in class io.vertx.rxjava.ext.web.Session
-
Remove some data from the session
- removeBodyEndHandler(int) - Method in interface io.vertx.ext.web.RoutingContext
-
Remove a body end handler
- removeBodyEndHandler(int) - Method in class io.vertx.rxjava.ext.web.RoutingContext
-
Remove a body end handler
- removeCookie(String) - Method in interface io.vertx.ext.web.RoutingContext
-
Remove a cookie.
- removeCookie(String) - Method in class io.vertx.rxjava.ext.web.RoutingContext
-
Remove a cookie.
- removeHeadersEndHandler(int) - Method in interface io.vertx.ext.web.RoutingContext
-
Remove a headers end handler
- removeHeadersEndHandler(int) - Method in class io.vertx.rxjava.ext.web.RoutingContext
-
Remove a headers end handler
- render(RoutingContext, String, Handler<AsyncResult<Buffer>>) - Method in interface io.vertx.ext.web.templ.TemplateEngine
-
Render
- render(RoutingContext, String, Handler<AsyncResult<Buffer>>) - Method in class io.vertx.rxjava.ext.web.templ.TemplateEngine
-
Render
- renderObservable(RoutingContext, String) - Method in class io.vertx.rxjava.ext.web.templ.TemplateEngine
-
Render
- request() - Method in interface io.vertx.ext.web.RoutingContext
-
- request() - Method in class io.vertx.rxjava.ext.web.RoutingContext
-
- reroute(String) - Method in interface io.vertx.ext.web.RoutingContext
-
Restarts the current router with a new path and reusing the original method.
- reroute(HttpMethod, String) - Method in interface io.vertx.ext.web.RoutingContext
-
Restarts the current router with a new method and path.
- reroute(String) - Method in class io.vertx.rxjava.ext.web.RoutingContext
-
Restarts the current router with a new path and reusing the original method.
- reroute(HttpMethod, String) - Method in class io.vertx.rxjava.ext.web.RoutingContext
-
Restarts the current router with a new method and path.
- response() - Method in interface io.vertx.ext.web.RoutingContext
-
- response() - Method in class io.vertx.rxjava.ext.web.RoutingContext
-
- ResponseTimeHandler - Interface in io.vertx.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 - Class in io.vertx.rxjava.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.rxjava.ext.web.handler.ResponseTimeHandler
-
- resume() - Method in interface io.vertx.ext.web.handler.sockjs.SockJSSocket
-
- resume() - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
-
- retryTimeout() - Method in interface io.vertx.ext.web.sstore.SessionStore
-
The retry timeout value in milli seconds used by the session handler when it retrieves a value from the store.
A non positive value means there is no retry at all.
- retryTimeout() - Method in class io.vertx.rxjava.ext.web.sstore.SessionStore
-
The retry timeout value in milli seconds used by the session handler when it retrieves a value from the store.
A non positive value means there is no retry at all.
- Route - Interface in io.vertx.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() - Method in interface io.vertx.ext.web.Router
-
Add a route with no matching criteria, i.e.
- route(HttpMethod, String) - Method in interface io.vertx.ext.web.Router
-
Add a route that matches the specified HTTP method and path
- route(String) - Method in interface io.vertx.ext.web.Router
-
Add a route that matches the specified path
- Route - Class in io.vertx.rxjava.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.rxjava.ext.web.Route
-
- route() - Method in class io.vertx.rxjava.ext.web.Router
-
Add a route with no matching criteria, i.e.
- route(HttpMethod, String) - Method in class io.vertx.rxjava.ext.web.Router
-
Add a route that matches the specified HTTP method and path
- route(String) - Method in class io.vertx.rxjava.ext.web.Router
-
Add a route that matches the specified path
- Router - Interface in io.vertx.ext.web
-
A router receives request from an
HttpServer and routes it to the first matching
Route that it contains.
- router(Vertx) - Static method in interface io.vertx.ext.web.Router
-
Create a router
- Router - Class in io.vertx.rxjava.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.rxjava.ext.web.Router
-
- router(Vertx) - Static method in class io.vertx.rxjava.ext.web.Router
-
Create a router
- routeWithRegex(HttpMethod, String) - Method in interface io.vertx.ext.web.Router
-
Add a route that matches the specified HTTP method and path regex
- routeWithRegex(String) - Method in interface io.vertx.ext.web.Router
-
Add a route that matches the specified path regex
- routeWithRegex(HttpMethod, String) - Method in class io.vertx.rxjava.ext.web.Router
-
Add a route that matches the specified HTTP method and path regex
- routeWithRegex(String) - Method in class io.vertx.rxjava.ext.web.Router
-
Add a route that matches the specified path regex
- RoutingContext - Interface in io.vertx.ext.web
-
Represents the context for the handling of a request in Vert.x-Web.
- RoutingContext - Class in io.vertx.rxjava.ext.web
-
Represents the context for the handling of a request in Vert.x-Web.
- RoutingContext(RoutingContext) - Constructor for class io.vertx.rxjava.ext.web.RoutingContext
-
- session() - Method in interface io.vertx.ext.web.RoutingContext
-
Get the session.
- Session - Interface in io.vertx.ext.web
-
Represents a browser session.
- session() - Method in class io.vertx.rxjava.ext.web.RoutingContext
-
Get the session.
- Session - Class in io.vertx.rxjava.ext.web
-
Represents a browser session.
- Session(Session) - Constructor for class io.vertx.rxjava.ext.web.Session
-
- SessionHandler - Interface in io.vertx.ext.web.handler
-
A handler that maintains a
Session for each browser session.
- SessionHandler - Class in io.vertx.rxjava.ext.web.handler
-
A handler that maintains a
Session for each browser session.
- SessionHandler(SessionHandler) - Constructor for class io.vertx.rxjava.ext.web.handler.SessionHandler
-
- SessionStore - Interface in io.vertx.ext.web.sstore
-
A session store is used to store sessions for an Vert.x-Web web app
- SessionStore - Class in io.vertx.rxjava.ext.web.sstore
-
A session store is used to store sessions for an Vert.x-Web web app
NOTE: This class has been automatically generated from the
original non RX-ified interface using Vert.x codegen.
- SessionStore(SessionStore) - Constructor for class io.vertx.rxjava.ext.web.sstore.SessionStore
-
- setAcceptableContentType(String) - Method in interface io.vertx.ext.web.RoutingContext
-
Set the acceptable content type.
- setAcceptableContentType(String) - Method in class io.vertx.rxjava.ext.web.RoutingContext
-
Set the acceptable content type.
- setAccessed() - Method in interface io.vertx.ext.web.Session
-
Mark the session as being accessed.
- setAccessed() - Method in class io.vertx.rxjava.ext.web.Session
-
Mark the session as being accessed.
- setAddress(String) - Method in class io.vertx.ext.web.handler.sockjs.PermittedOptions
-
The exact address the message is being sent to.
- setAddressRegex(String) - Method in class io.vertx.ext.web.handler.sockjs.PermittedOptions
-
A regular expression that will be matched against the address.
- setAllowRootFileSystemAccess(boolean) - Method in interface io.vertx.ext.web.handler.StaticHandler
-
Enable/Disable access to the root of the filesystem
- setAllowRootFileSystemAccess(boolean) - Method in class io.vertx.rxjava.ext.web.handler.StaticHandler
-
Enable/Disable access to the root of the filesystem
- setAlwaysAsyncFS(boolean) - Method in interface io.vertx.ext.web.handler.StaticHandler
-
Set whether async filesystem access should always be used
- setAlwaysAsyncFS(boolean) - Method in class io.vertx.rxjava.ext.web.handler.StaticHandler
-
Set whether async filesystem access should always be used
- setAudience(List<String>) - Method in interface io.vertx.ext.web.handler.JWTAuthHandler
-
Set the audience list
- setAudience(List<String>) - Method in class io.vertx.rxjava.ext.web.handler.JWTAuthHandler
-
Set the audience list
- setBody(Buffer) - Method in interface io.vertx.ext.web.RoutingContext
-
Set the body.
- setBody(Buffer) - Method in class io.vertx.rxjava.ext.web.RoutingContext
-
Set the body.
- setBodyLimit(long) - Method in interface io.vertx.ext.web.handler.BodyHandler
-
Set the maximum body size -1 means unlimited
- setBodyLimit(long) - Method in class io.vertx.rxjava.ext.web.handler.BodyHandler
-
Set the maximum body size -1 means unlimited
- setCacheEntryTimeout(long) - Method in interface io.vertx.ext.web.handler.StaticHandler
-
Set the server cache entry timeout when caching is enabled
- setCacheEntryTimeout(long) - Method in class io.vertx.rxjava.ext.web.handler.StaticHandler
-
Set the server cache entry timeout when caching is enabled
- setCachingEnabled(boolean) - Method in interface io.vertx.ext.web.handler.StaticHandler
-
Set whether cache header handling is enabled
- setCachingEnabled(boolean) - Method in class io.vertx.rxjava.ext.web.handler.StaticHandler
-
Set whether cache header handling is enabled
- setChanged(boolean) - Method in interface io.vertx.ext.web.Cookie
-
Set the cookie as being changed.
- setChanged(boolean) - Method in class io.vertx.rxjava.ext.web.Cookie
-
Set the cookie as being changed.
- setCookieHttpOnlyFlag(boolean) - Method in interface io.vertx.ext.web.handler.SessionHandler
-
Sets whether the 'HttpOnly' flag should be set for the session cookie.
- setCookieHttpOnlyFlag(boolean) - Method in class io.vertx.rxjava.ext.web.handler.SessionHandler
-
Sets whether the 'HttpOnly' flag should be set for the session cookie.
- setCookieName(String) - Method in interface io.vertx.ext.web.handler.CSRFHandler
-
Set the cookie name.
- setCookieName(String) - Method in class io.vertx.rxjava.ext.web.handler.CSRFHandler
-
Set the cookie name.
- setCookieSecureFlag(boolean) - Method in interface io.vertx.ext.web.handler.SessionHandler
-
Sets whether the 'secure' flag should be set for the session cookie.
- setCookieSecureFlag(boolean) - Method in class io.vertx.rxjava.ext.web.handler.SessionHandler
-
Sets whether the 'secure' flag should be set for the session cookie.
- setDeleteUploadedFilesOnEnd(boolean) - Method in interface io.vertx.ext.web.handler.BodyHandler
-
Set whether uploaded files should be removed after handling the request
- setDeleteUploadedFilesOnEnd(boolean) - Method in class io.vertx.rxjava.ext.web.handler.BodyHandler
-
Set whether uploaded files should be removed after handling the request
- setDirectLoggedInOKURL(String) - Method in interface io.vertx.ext.web.handler.FormLoginHandler
-
Set the url to redirect to if the user logs in directly at the url of the form login handler
without being redirected here first
- setDirectLoggedInOKURL(String) - Method in class io.vertx.rxjava.ext.web.handler.FormLoginHandler
-
Set the url to redirect to if the user logs in directly at the url of the form login handler
without being redirected here first
- setDirectoryListing(boolean) - Method in interface io.vertx.ext.web.handler.StaticHandler
-
Set whether directory listing is enabled
- setDirectoryListing(boolean) - Method in class io.vertx.rxjava.ext.web.handler.StaticHandler
-
Set whether directory listing is enabled
- setDirectoryTemplate(String) - Method in interface io.vertx.ext.web.handler.StaticHandler
-
Set the directory template to be used when directory listing
- setDirectoryTemplate(String) - Method in class io.vertx.rxjava.ext.web.handler.StaticHandler
-
Set the directory template to be used when directory listing
- setDomain(String) - Method in interface io.vertx.ext.web.Cookie
-
Sets the domain of this cookie
- setDomain(String) - Method in class io.vertx.rxjava.ext.web.Cookie
-
Sets the domain of this cookie
- setEnableFSTuning(boolean) - Method in interface io.vertx.ext.web.handler.StaticHandler
-
Set whether async/sync filesystem tuning should enabled
- setEnableFSTuning(boolean) - Method in class io.vertx.rxjava.ext.web.handler.StaticHandler
-
Set whether async/sync filesystem tuning should enabled
- setEnableRangeSupport(boolean) - Method in interface io.vertx.ext.web.handler.StaticHandler
-
Set whether range requests (resumable downloads; media streaming) should be enabled.
- setEnableRangeSupport(boolean) - Method in class io.vertx.rxjava.ext.web.handler.StaticHandler
-
Set whether range requests (resumable downloads; media streaming) should be enabled.
- setFilesReadOnly(boolean) - Method in interface io.vertx.ext.web.handler.StaticHandler
-
Set whether files are read-only and will never change
- setFilesReadOnly(boolean) - Method in class io.vertx.rxjava.ext.web.handler.StaticHandler
-
Set whether files are read-only and will never change
- setHeaderName(String) - Method in interface io.vertx.ext.web.handler.CSRFHandler
-
Set the header name.
- setHeaderName(String) - Method in class io.vertx.rxjava.ext.web.handler.CSRFHandler
-
Set the header name.
- setHeartbeatInterval(long) - Method in class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
-
- setHttpOnly(boolean) - Method in interface io.vertx.ext.web.Cookie
-
Determines if this cookie is HTTP only.
- setHttpOnly(boolean) - Method in class io.vertx.rxjava.ext.web.Cookie
-
Determines if this cookie is HTTP only.
- setIgnoreExpiration(boolean) - Method in interface io.vertx.ext.web.handler.JWTAuthHandler
-
Set whether expiration is ignored
- setIgnoreExpiration(boolean) - Method in class io.vertx.rxjava.ext.web.handler.JWTAuthHandler
-
Set whether expiration is ignored
- setInboundPermitted(List<PermittedOptions>) - Method in class io.vertx.ext.web.handler.sockjs.BridgeOptions
-
- setIncludeHidden(boolean) - Method in interface io.vertx.ext.web.handler.StaticHandler
-
Set whether hidden files should be served
- setIncludeHidden(boolean) - Method in class io.vertx.rxjava.ext.web.handler.StaticHandler
-
Set whether hidden files should be served
- setIndexPage(String) - Method in interface io.vertx.ext.web.handler.StaticHandler
-
Set the index page
- setIndexPage(String) - Method in class io.vertx.rxjava.ext.web.handler.StaticHandler
-
Set the index page
- setInsertJSESSIONID(boolean) - Method in class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
-
- setIssuer(String) - Method in interface io.vertx.ext.web.handler.JWTAuthHandler
-
Set the issuer
- setIssuer(String) - Method in class io.vertx.rxjava.ext.web.handler.JWTAuthHandler
-
Set the issuer
- setLibraryURL(String) - Method in class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
-
- setMatch(JsonObject) - Method in class io.vertx.ext.web.handler.sockjs.PermittedOptions
-
This allows you to allow messages based on their structure.
- setMaxAddressLength(int) - Method in class io.vertx.ext.web.handler.sockjs.BridgeOptions
-
- setMaxAge(long) - Method in interface io.vertx.ext.web.Cookie
-
Sets the maximum age of this cookie in seconds.
- setMaxAge(long) - Method in class io.vertx.rxjava.ext.web.Cookie
-
Sets the maximum age of this cookie in seconds.
- setMaxAgeSeconds(long) - Method in interface io.vertx.ext.web.handler.StaticHandler
-
Set value for max age in caching headers
- setMaxAgeSeconds(long) - Method in class io.vertx.rxjava.ext.web.handler.StaticHandler
-
Set value for max age in caching headers
- setMaxAvgServeTimeNs(long) - Method in interface io.vertx.ext.web.handler.StaticHandler
-
Set the max serve time in ns, above which serves are considered slow
- setMaxAvgServeTimeNs(long) - Method in class io.vertx.rxjava.ext.web.handler.StaticHandler
-
Set the max serve time in ns, above which serves are considered slow
- setMaxBytesStreaming(int) - Method in class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
-
- setMaxCacheSize(int) - Method in interface io.vertx.ext.web.handler.StaticHandler
-
Set the max cache size, when caching is enabled
- setMaxCacheSize(int) - Method in class io.vertx.rxjava.ext.web.handler.StaticHandler
-
Set the max cache size, when caching is enabled
- setMaxHandlersPerSocket(int) - Method in class io.vertx.ext.web.handler.sockjs.BridgeOptions
-
- setMergeFormAttributes(boolean) - Method in interface io.vertx.ext.web.handler.BodyHandler
-
Set whether form attributes will be added to the request parameters
- setMergeFormAttributes(boolean) - Method in class io.vertx.rxjava.ext.web.handler.BodyHandler
-
Set whether form attributes will be added to the request parameters
- setNagHttps(boolean) - Method in interface io.vertx.ext.web.handler.CSRFHandler
-
Should the handler give warning messages if this handler is used in other than https protocols?
- setNagHttps(boolean) - Method in interface io.vertx.ext.web.handler.SessionHandler
-
Set whether a nagging log warning should be written if the session handler is accessed over HTTP, not
HTTPS
- setNagHttps(boolean) - Method in class io.vertx.rxjava.ext.web.handler.CSRFHandler
-
Should the handler give warning messages if this handler is used in other than https protocols?
- setNagHttps(boolean) - Method in class io.vertx.rxjava.ext.web.handler.SessionHandler
-
Set whether a nagging log warning should be written if the session handler is accessed over HTTP, not
HTTPS
- setOutboundPermitted(List<PermittedOptions>) - Method in class io.vertx.ext.web.handler.sockjs.BridgeOptions
-
- setPasswordParam(String) - Method in interface io.vertx.ext.web.handler.FormLoginHandler
-
Set the name of the form param used to submit the password
- setPasswordParam(String) - Method in class io.vertx.rxjava.ext.web.handler.FormLoginHandler
-
Set the name of the form param used to submit the password
- setPath(String) - Method in interface io.vertx.ext.web.Cookie
-
Sets the path of this cookie.
- setPath(String) - Method in class io.vertx.rxjava.ext.web.Cookie
-
Sets the path of this cookie.
- setPingTimeout(long) - Method in class io.vertx.ext.web.handler.sockjs.BridgeOptions
-
- setRawMessage(JsonObject) - Method in interface io.vertx.ext.web.handler.sockjs.BridgeEvent
-
Get the raw JSON message for the event.
- setRawMessage(JsonObject) - Method in class io.vertx.rxjava.ext.web.handler.sockjs.BridgeEvent
-
Get the raw JSON message for the event.
- setReplyTimeout(long) - Method in class io.vertx.ext.web.handler.sockjs.BridgeOptions
-
- setRequiredAuthority(String) - Method in class io.vertx.ext.web.handler.sockjs.PermittedOptions
-
Declare a specific authority that user must have in order to allow messages
- setReturnURLParam(String) - Method in interface io.vertx.ext.web.handler.FormLoginHandler
-
Set the name of the session attrioute used to specify the return url
- setReturnURLParam(String) - Method in class io.vertx.rxjava.ext.web.handler.FormLoginHandler
-
Set the name of the session attrioute used to specify the return url
- setSecure(boolean) - Method in interface io.vertx.ext.web.Cookie
-
Sets the security getStatus of this cookie
- setSecure(boolean) - Method in class io.vertx.rxjava.ext.web.Cookie
-
Sets the security getStatus of this cookie
- setSession(Session) - Method in interface io.vertx.ext.web.RoutingContext
-
Set the session.
- setSession(Session) - Method in class io.vertx.rxjava.ext.web.RoutingContext
-
Set the session.
- setSessionCookieName(String) - Method in interface io.vertx.ext.web.handler.SessionHandler
-
Set the session cookie name
- setSessionCookieName(String) - Method in class io.vertx.rxjava.ext.web.handler.SessionHandler
-
Set the session cookie name
- setSessionTimeout(long) - Method in interface io.vertx.ext.web.handler.SessionHandler
-
Set the session timeout
- setSessionTimeout(long) - Method in class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
-
- setSessionTimeout(long) - Method in class io.vertx.rxjava.ext.web.handler.SessionHandler
-
Set the session timeout
- setTimeout(long) - Method in interface io.vertx.ext.web.handler.CSRFHandler
-
Set the timeout for tokens generated by the handler, by default it uses the default from the session handler.
- setTimeout(long) - Method in class io.vertx.rxjava.ext.web.handler.CSRFHandler
-
Set the timeout for tokens generated by the handler, by default it uses the default from the session handler.
- setupCallback(Route) - Method in interface io.vertx.ext.web.handler.OAuth2AuthHandler
-
add the callback handler to a given route.
- setupCallback(Route) - Method in class io.vertx.rxjava.ext.web.handler.OAuth2AuthHandler
-
add the callback handler to a given route.
- setUploadsDirectory(String) - Method in interface io.vertx.ext.web.handler.BodyHandler
-
Set the uploads directory to use
- setUploadsDirectory(String) - Method in class io.vertx.rxjava.ext.web.handler.BodyHandler
-
Set the uploads directory to use
- setUser(User) - Method in interface io.vertx.ext.web.RoutingContext
-
Set the user.
- setUser(User) - Method in class io.vertx.rxjava.ext.web.RoutingContext
-
Set the user.
- setUsernameParam(String) - Method in interface io.vertx.ext.web.handler.FormLoginHandler
-
Set the name of the form param used to submit the username
- setUsernameParam(String) - Method in class io.vertx.rxjava.ext.web.handler.FormLoginHandler
-
Set the name of the form param used to submit the username
- setValue(String) - Method in interface io.vertx.ext.web.Cookie
-
Sets the value of this cookie
- setValue(String) - Method in class io.vertx.rxjava.ext.web.Cookie
-
Sets the value of this cookie
- setWebRoot(String) - Method in interface io.vertx.ext.web.handler.StaticHandler
-
Set the web root
- setWebRoot(String) - Method in class io.vertx.rxjava.ext.web.handler.StaticHandler
-
Set the web root
- setWriteQueueMaxSize(int) - Method in interface io.vertx.ext.web.handler.sockjs.SockJSSocket
-
- setWriteQueueMaxSize(int) - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
-
- size() - Method in interface io.vertx.ext.web.FileUpload
-
- size(Handler<AsyncResult<Integer>>) - Method in interface io.vertx.ext.web.sstore.SessionStore
-
Get the number of sessions in the store
- size() - Method in class io.vertx.rxjava.ext.web.FileUpload
-
- size(Handler<AsyncResult<Integer>>) - Method in class io.vertx.rxjava.ext.web.sstore.SessionStore
-
Get the number of sessions in the store
- sizeObservable() - Method in class io.vertx.rxjava.ext.web.sstore.SessionStore
-
Get the number of sessions in the store
- socket() - Method in interface io.vertx.ext.web.handler.sockjs.BridgeEvent
-
Get the SockJSSocket instance corresponding to the event
- socket() - Method in class io.vertx.rxjava.ext.web.handler.sockjs.BridgeEvent
-
Get the SockJSSocket instance corresponding to the event
- socketHandler(Handler<SockJSSocket>) - Method in interface io.vertx.ext.web.handler.sockjs.SockJSHandler
-
Set a SockJS socket handler.
- socketHandler(Handler<SockJSSocket>) - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSHandler
-
Set a SockJS socket handler.
- SockJSHandler - Interface in io.vertx.ext.web.handler.sockjs
-
A handler that allows you to handle SockJS connections from clients.
- SockJSHandler - Class in io.vertx.rxjava.ext.web.handler.sockjs
-
A handler that allows you to handle SockJS connections from clients.
- SockJSHandler(SockJSHandler) - Constructor for class io.vertx.rxjava.ext.web.handler.sockjs.SockJSHandler
-
- SockJSHandlerOptions - Class in io.vertx.ext.web.handler.sockjs
-
Options for configuring a SockJS handler
- SockJSHandlerOptions(SockJSHandlerOptions) - Constructor for class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
-
- SockJSHandlerOptions() - Constructor for class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
-
- SockJSHandlerOptions(JsonObject) - Constructor for class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
-
- SockJSSocket - Interface in io.vertx.ext.web.handler.sockjs
-
You interact with SockJS clients through instances of SockJS socket.
- SockJSSocket - Class in io.vertx.rxjava.ext.web.handler.sockjs
-
You interact with SockJS clients through instances of SockJS socket.
- SockJSSocket(SockJSSocket) - Constructor for class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
-
- StaticHandler - Interface in io.vertx.ext.web.handler
-
A handler for serving static resources from the file system or classpath.
- StaticHandler - Class in io.vertx.rxjava.ext.web.handler
-
A handler for serving static resources from the file system or classpath.
- StaticHandler(StaticHandler) - Constructor for class io.vertx.rxjava.ext.web.handler.StaticHandler
-
- statusCode() - Method in interface io.vertx.ext.web.RoutingContext
-
If the context is being routed to failure handlers after a failure has been triggered by calling
RoutingContext.fail(int) then this will return that status code.
- statusCode() - Method in class io.vertx.rxjava.ext.web.RoutingContext
-
If the context is being routed to failure handlers after a failure has been triggered by calling
RoutingContext.fail(int) then this will return that status code.