Uses of Interface
io.vertx.ext.web.handler.SessionHandler
Packages that use SessionHandler
Package
Description
-
Uses of SessionHandler in io.vertx.ext.web.handler
Methods in io.vertx.ext.web.handler that return SessionHandlerModifier and TypeMethodDescriptionstatic SessionHandlerSessionHandler.create(SessionStore sessionStore) Create a session handlerSessionHandler.setCookieHttpOnlyFlag(boolean httpOnly) Sets whether the 'HttpOnly' flag should be set for the session cookie.SessionHandler.setCookieless(boolean cookieless) Use sessions based on url paths instead of cookies.SessionHandler.setCookieMaxAge(long cookieMaxAge) Set a Cookie max-age to the session cookie.SessionHandler.setCookieSameSite(CookieSameSite policy) Set the session cookie SameSite policy to use.SessionHandler.setCookieSecureFlag(boolean secure) Sets whether the 'secure' flag should be set for the session cookie.SessionHandler.setLazySession(boolean lazySession) Use a lazy session creation mechanism.SessionHandler.setMinLength(int minLength) Set expected session id minimum length.SessionHandler.setNagHttps(boolean nag) Set whether a nagging log warning should be written if the session handler is accessed over HTTP, not HTTPSSessionHandler.setSessionCookieName(String sessionCookieName) Set the session cookie nameSessionHandler.setSessionCookiePath(String sessionCookiePath) Set the session cookie pathSessionHandler.setSessionTimeout(long timeout) Set the session timeoutSessionHandler.setSigningSecret(String secret) Set signing secret for the session cookie. -
Uses of SessionHandler in io.vertx.reactivex.ext.web.handler
Methods in io.vertx.reactivex.ext.web.handler that return SessionHandlerMethods in io.vertx.reactivex.ext.web.handler with parameters of type SessionHandlerModifier and TypeMethodDescriptionstatic SessionHandlerSessionHandler.newInstance(SessionHandler arg) Constructors in io.vertx.reactivex.ext.web.handler with parameters of type SessionHandler -
Uses of SessionHandler in io.vertx.rxjava3.ext.web.handler
Methods in io.vertx.rxjava3.ext.web.handler that return SessionHandlerMethods in io.vertx.rxjava3.ext.web.handler with parameters of type SessionHandlerModifier and TypeMethodDescriptionstatic SessionHandlerSessionHandler.newInstance(SessionHandler arg) Constructors in io.vertx.rxjava3.ext.web.handler with parameters of type SessionHandler