Uses of Interface
io.vertx.ext.web.sstore.SessionStore
-
-
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 SessionHandler
SessionHandler. 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 interface
ClusteredSessionStore
A session store which stores sessions in a distributed map so they are available across the cluster.interface
LocalSessionStore
A 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 SessionStore
SessionStore. create(Vertx vertx)
Create a Session store given a backend and configuration JSON.static SessionStore
SessionStore. create(Vertx vertx, JsonObject options)
Create a Session store given a backend and configuration JSON.SessionStore
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.cookie Modifier and Type Interface Description interface
CookieSessionStore
A 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.infinispan Modifier and Type Interface Description interface
InfinispanSessionStore
An implementation ofSessionStore
that 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.redis Modifier and Type Interface Description interface
RedisSessionStore
A 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 SessionStore Modifier and Type Method Description SessionStore
SessionStore. getDelegate()
Methods in io.vertx.reactivex.ext.web.sstore with parameters of type SessionStore Modifier and Type Method Description static SessionStore
SessionStore. newInstance(SessionStore arg)
Constructors in io.vertx.reactivex.ext.web.sstore with parameters of type SessionStore Constructor Description SessionStore(SessionStore delegate)
-
Uses of SessionStore in io.vertx.rxjava3.ext.web.sstore
Methods in io.vertx.rxjava3.ext.web.sstore that return SessionStore Modifier and Type Method Description SessionStore
SessionStore. getDelegate()
Methods in io.vertx.rxjava3.ext.web.sstore with parameters of type SessionStore Modifier and Type Method Description static SessionStore
SessionStore. newInstance(SessionStore arg)
Constructors in io.vertx.rxjava3.ext.web.sstore with parameters of type SessionStore Constructor Description SessionStore(SessionStore delegate)
-