Uses of Interface
io.vertx.ext.web.sstore.cookie.CookieSessionStore
-
Packages that use CookieSessionStore Package Description io.vertx.ext.web.sstore.cookie io.vertx.reactivex.ext.web.sstore.cookie io.vertx.rxjava3.ext.web.sstore.cookie -
-
Uses of CookieSessionStore in io.vertx.ext.web.sstore.cookie
Methods in io.vertx.ext.web.sstore.cookie that return CookieSessionStore Modifier and Type Method Description static CookieSessionStore
CookieSessionStore. create(Vertx vertx, String secret, Buffer salt)
Creates a CookieSessionStore. -
Uses of CookieSessionStore in io.vertx.reactivex.ext.web.sstore.cookie
Methods in io.vertx.reactivex.ext.web.sstore.cookie that return CookieSessionStore Modifier and Type Method Description CookieSessionStore
CookieSessionStore. getDelegate()
Methods in io.vertx.reactivex.ext.web.sstore.cookie with parameters of type CookieSessionStore Modifier and Type Method Description static CookieSessionStore
CookieSessionStore. newInstance(CookieSessionStore arg)
Constructors in io.vertx.reactivex.ext.web.sstore.cookie with parameters of type CookieSessionStore Constructor Description CookieSessionStore(CookieSessionStore delegate)
-
Uses of CookieSessionStore in io.vertx.rxjava3.ext.web.sstore.cookie
Methods in io.vertx.rxjava3.ext.web.sstore.cookie that return CookieSessionStore Modifier and Type Method Description CookieSessionStore
CookieSessionStore. getDelegate()
Methods in io.vertx.rxjava3.ext.web.sstore.cookie with parameters of type CookieSessionStore Modifier and Type Method Description static CookieSessionStore
CookieSessionStore. newInstance(CookieSessionStore arg)
Constructors in io.vertx.rxjava3.ext.web.sstore.cookie with parameters of type CookieSessionStore Constructor Description CookieSessionStore(CookieSessionStore delegate)
-