Uses of Class
io.vertx.mutiny.ext.web.sstore.SessionStore
-
Packages that use SessionStore Package Description io.vertx.mutiny.ext.web.handler io.vertx.mutiny.ext.web.sstore -
-
Uses of SessionStore in io.vertx.mutiny.ext.web.handler
Methods in io.vertx.mutiny.ext.web.handler with parameters of type SessionStore Modifier and Type Method Description static SessionHandler
SessionHandler. create(SessionStore sessionStore)
-
Uses of SessionStore in io.vertx.mutiny.ext.web.sstore
Subclasses of SessionStore in io.vertx.mutiny.ext.web.sstore Modifier and Type Class Description class
ClusteredSessionStore
A session store which stores sessions in a distributed map so they are available across the cluster.class
LocalSessionStore
A session store which is only available on a single node.Fields in io.vertx.mutiny.ext.web.sstore with type parameters of type SessionStore Modifier and Type Field Description static TypeArg<SessionStore>
SessionStore. __TYPE_ARG
Methods in io.vertx.mutiny.ext.web.sstore that return SessionStore Modifier and Type Method Description static SessionStore
SessionStore. create(Vertx vertx)
static SessionStore
SessionStore. create(Vertx vertx, io.vertx.core.json.JsonObject options)
SessionStore
SessionStore. init(Vertx vertx, io.vertx.core.json.JsonObject options)
static SessionStore
SessionStore. newInstance(io.vertx.ext.web.sstore.SessionStore arg)
-