Uses of Interface
io.vertx.ext.web.sstore.SessionStore
-
Packages that use SessionStore Package Description io.vertx.ext.web.handler io.vertx.ext.web.sstore -
-
Uses of SessionStore in io.vertx.ext.web.handler
Methods in io.vertx.ext.web.handler with parameters of type SessionStore Modifier and Type Method Description static SessionHandlerSessionHandler. create(SessionStore sessionStore)Create a session handler -
Uses of SessionStore in io.vertx.ext.web.sstore
Subinterfaces of SessionStore in io.vertx.ext.web.sstore Modifier and Type Interface Description interfaceClusteredSessionStoreA session store which stores sessions in a distributed map so they are available across the cluster.interfaceLocalSessionStoreA session store which is only available on a single node.Methods in io.vertx.ext.web.sstore that return SessionStore Modifier and Type Method Description static SessionStoreSessionStore. create(Vertx vertx)Create a Session store given a backend and configuration JSON.static SessionStoreSessionStore. create(Vertx vertx, JsonObject options)Create a Session store given a backend and configuration JSON.SessionStoreSessionStore. init(Vertx vertx, JsonObject options)Initialize this store.
-