Uses of Interface
io.vertx.ext.web.sstore.LocalSessionStore
-
Packages that use LocalSessionStore Package Description io.vertx.ext.web.sstore io.vertx.reactivex.ext.web.sstore io.vertx.rxjava3.ext.web.sstore -
-
Uses of LocalSessionStore in io.vertx.ext.web.sstore
Methods in io.vertx.ext.web.sstore that return LocalSessionStore Modifier and Type Method Description static LocalSessionStore
LocalSessionStore. create(Vertx vertx)
Create a session storestatic LocalSessionStore
LocalSessionStore. create(Vertx vertx, String sessionMapName)
Create a session storestatic LocalSessionStore
LocalSessionStore. create(Vertx vertx, String sessionMapName, long reaperInterval)
Create a session store -
Uses of LocalSessionStore in io.vertx.reactivex.ext.web.sstore
Methods in io.vertx.reactivex.ext.web.sstore that return LocalSessionStore Modifier and Type Method Description LocalSessionStore
LocalSessionStore. getDelegate()
Methods in io.vertx.reactivex.ext.web.sstore with parameters of type LocalSessionStore Modifier and Type Method Description static LocalSessionStore
LocalSessionStore. newInstance(LocalSessionStore arg)
Constructors in io.vertx.reactivex.ext.web.sstore with parameters of type LocalSessionStore Constructor Description LocalSessionStore(LocalSessionStore delegate)
-
Uses of LocalSessionStore in io.vertx.rxjava3.ext.web.sstore
Methods in io.vertx.rxjava3.ext.web.sstore that return LocalSessionStore Modifier and Type Method Description LocalSessionStore
LocalSessionStore. getDelegate()
Methods in io.vertx.rxjava3.ext.web.sstore with parameters of type LocalSessionStore Modifier and Type Method Description static LocalSessionStore
LocalSessionStore. newInstance(LocalSessionStore arg)
Constructors in io.vertx.rxjava3.ext.web.sstore with parameters of type LocalSessionStore Constructor Description LocalSessionStore(LocalSessionStore delegate)
-