Uses of Class
io.vertx.mutiny.ext.web.handler.SessionHandler
Packages that use SessionHandler
-
Uses of SessionHandler in io.vertx.mutiny.ext.web.handler
Fields in io.vertx.mutiny.ext.web.handler with type parameters of type SessionHandlerMethods in io.vertx.mutiny.ext.web.handler that return SessionHandlerModifier and TypeMethodDescriptionstatic SessionHandler
SessionHandler.create
(SessionStore sessionStore) SessionHandler.flushAndForget
(RoutingContext ctx) Variant offlush(io.vertx.mutiny.ext.web.RoutingContext)
that ignores the result of the operation.SessionHandler.flushAndForget
(RoutingContext ctx, boolean ignoreStatus) Variant offlush(io.vertx.mutiny.ext.web.RoutingContext,boolean)
that ignores the result of the operation.static SessionHandler
SessionHandler.newInstance
(io.vertx.ext.web.handler.SessionHandler arg) SessionHandler.setCookieHttpOnlyFlag
(boolean httpOnly) SessionHandler.setCookieless
(boolean cookieless) SessionHandler.setCookieMaxAge
(long cookieMaxAge) SessionHandler.setCookieSameSite
(io.vertx.core.http.CookieSameSite policy) SessionHandler.setCookieSecureFlag
(boolean secure) SessionHandler.setLazySession
(boolean lazySession) SessionHandler.setMinLength
(int minLength) SessionHandler.setNagHttps
(boolean nag) SessionHandler.setSessionCookieName
(String sessionCookieName) SessionHandler.setSessionCookiePath
(String sessionCookiePath) SessionHandler.setSessionTimeout
(long timeout) SessionHandler.setUserAndForget
(RoutingContext context, User user) Variant ofsetUser(io.vertx.mutiny.ext.web.RoutingContext,io.vertx.mutiny.ext.auth.User)
that ignores the result of the operation.