Uses of Class
io.vertx.reactivex.ext.web.handler.SessionHandler
Packages that use SessionHandler
-
Uses of SessionHandler in io.vertx.reactivex.ext.web.handler
Fields in io.vertx.reactivex.ext.web.handler with type parameters of type SessionHandlerModifier and TypeFieldDescriptionstatic final io.vertx.lang.rx.TypeArg<SessionHandler> SessionHandler.__TYPE_ARGMethods in io.vertx.reactivex.ext.web.handler that return SessionHandlerModifier and TypeMethodDescriptionstatic SessionHandlerSessionHandler.create(SessionStore sessionStore) Create a session handlerstatic SessionHandlerSessionHandler.newInstance(SessionHandler arg) SessionHandler.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.