Uses of Class
io.vertx.mutiny.ext.web.handler.SessionHandler
-
Packages that use SessionHandler Package Description io.vertx.mutiny.ext.web.handler -
-
Uses of SessionHandler in io.vertx.mutiny.ext.web.handler
Fields in io.vertx.mutiny.ext.web.handler with type parameters of type SessionHandler Modifier and Type Field Description static TypeArg<SessionHandler>
SessionHandler. __TYPE_ARG
Methods in io.vertx.mutiny.ext.web.handler that return SessionHandler Modifier and Type Method Description static SessionHandler
SessionHandler. create(SessionStore sessionStore)
SessionHandler
SessionHandler. flushAndForget(RoutingContext ctx)
Variant offlush(io.vertx.mutiny.ext.web.RoutingContext)
that ignores the result of the operation.SessionHandler
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
SessionHandler. setCookieHttpOnlyFlag(boolean httpOnly)
SessionHandler
SessionHandler. setCookieless(boolean cookieless)
SessionHandler
SessionHandler. setCookieMaxAge(long cookieMaxAge)
SessionHandler
SessionHandler. setCookieSameSite(io.vertx.core.http.CookieSameSite policy)
SessionHandler
SessionHandler. setCookieSecureFlag(boolean secure)
SessionHandler
SessionHandler. setLazySession(boolean lazySession)
SessionHandler
SessionHandler. setMinLength(int minLength)
SessionHandler
SessionHandler. setNagHttps(boolean nag)
SessionHandler
SessionHandler. setSessionCookieName(String sessionCookieName)
SessionHandler
SessionHandler. setSessionCookiePath(String sessionCookiePath)
SessionHandler
SessionHandler. setSessionTimeout(long timeout)
SessionHandler
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.
-