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_ARGMethods in io.vertx.mutiny.ext.web.handler that return SessionHandler Modifier and Type Method Description static SessionHandlerSessionHandler. create(SessionStore sessionStore)SessionHandlerSessionHandler. flushAndForget(RoutingContext ctx)Variant offlush(io.vertx.mutiny.ext.web.RoutingContext)that ignores the result of the operation.SessionHandlerSessionHandler. flushAndForget(RoutingContext ctx, boolean ignoreStatus)Variant offlush(io.vertx.mutiny.ext.web.RoutingContext,boolean)that ignores the result of the operation.static SessionHandlerSessionHandler. newInstance(io.vertx.ext.web.handler.SessionHandler arg)SessionHandlerSessionHandler. setCookieHttpOnlyFlag(boolean httpOnly)SessionHandlerSessionHandler. setCookieless(boolean cookieless)SessionHandlerSessionHandler. setCookieMaxAge(long cookieMaxAge)SessionHandlerSessionHandler. setCookieSameSite(io.vertx.core.http.CookieSameSite policy)SessionHandlerSessionHandler. setCookieSecureFlag(boolean secure)SessionHandlerSessionHandler. setLazySession(boolean lazySession)SessionHandlerSessionHandler. setMinLength(int minLength)SessionHandlerSessionHandler. setNagHttps(boolean nag)SessionHandlerSessionHandler. setSessionCookieName(String sessionCookieName)SessionHandlerSessionHandler. setSessionCookiePath(String sessionCookiePath)SessionHandlerSessionHandler. setSessionTimeout(long timeout)SessionHandlerSessionHandler. 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. 
 -