Uses of Interface
io.vertx.ext.web.sstore.SessionStore
Packages that use SessionStore
Package
Description
-
Uses of SessionStore in io.vertx.ext.web.handler
Methods in io.vertx.ext.web.handler with parameters of type SessionStoreModifier and TypeMethodDescriptionstatic 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.sstoreModifier and TypeInterfaceDescriptioninterfaceA session store which stores sessions in a distributed map so they are available across the cluster.interfaceA session store which is only available on a single node.Methods in io.vertx.ext.web.sstore that return SessionStoreModifier and TypeMethodDescriptionstatic SessionStoreCreate 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.SessionStore.init(Vertx vertx, JsonObject options) Initialize this store. -
Uses of SessionStore in io.vertx.ext.web.sstore.cookie
Subinterfaces of SessionStore in io.vertx.ext.web.sstore.cookieModifier and TypeInterfaceDescriptioninterfaceA SessionStore that uses a Cookie to store the session data. -
Uses of SessionStore in io.vertx.ext.web.sstore.infinispan
Subinterfaces of SessionStore in io.vertx.ext.web.sstore.infinispanModifier and TypeInterfaceDescriptioninterfaceAn implementation ofSessionStorethat relies on the Infinispan Java Client. -
Uses of SessionStore in io.vertx.ext.web.sstore.redis
Subinterfaces of SessionStore in io.vertx.ext.web.sstore.redisModifier and TypeInterfaceDescriptioninterfaceA SessionStore that uses a Redis to store the sessions and associated data. -
Uses of SessionStore in io.vertx.reactivex.ext.web.sstore
Methods in io.vertx.reactivex.ext.web.sstore that return SessionStoreMethods in io.vertx.reactivex.ext.web.sstore with parameters of type SessionStoreConstructors in io.vertx.reactivex.ext.web.sstore with parameters of type SessionStore -
Uses of SessionStore in io.vertx.rxjava3.ext.web.sstore
Methods in io.vertx.rxjava3.ext.web.sstore that return SessionStoreMethods in io.vertx.rxjava3.ext.web.sstore with parameters of type SessionStoreConstructors in io.vertx.rxjava3.ext.web.sstore with parameters of type SessionStore