Uses of Interface
io.vertx.ext.web.sstore.cookie.CookieSessionStore
Packages that use CookieSessionStore
Package
Description
-
Uses of CookieSessionStore in io.vertx.ext.web.sstore.cookie
Methods in io.vertx.ext.web.sstore.cookie that return CookieSessionStoreModifier and TypeMethodDescriptionstatic CookieSessionStoreCreates a CookieSessionStore.static CookieSessionStoreDeprecated. -
Uses of CookieSessionStore in io.vertx.reactivex.ext.web.sstore.cookie
Methods in io.vertx.reactivex.ext.web.sstore.cookie that return CookieSessionStoreMethods in io.vertx.reactivex.ext.web.sstore.cookie with parameters of type CookieSessionStoreModifier and TypeMethodDescriptionstatic CookieSessionStoreCookieSessionStore.newInstance(CookieSessionStore arg) Constructors in io.vertx.reactivex.ext.web.sstore.cookie with parameters of type CookieSessionStore -
Uses of CookieSessionStore in io.vertx.rxjava3.ext.web.sstore.cookie
Methods in io.vertx.rxjava3.ext.web.sstore.cookie that return CookieSessionStoreMethods in io.vertx.rxjava3.ext.web.sstore.cookie with parameters of type CookieSessionStoreModifier and TypeMethodDescriptionstatic CookieSessionStoreCookieSessionStore.newInstance(CookieSessionStore arg) Constructors in io.vertx.rxjava3.ext.web.sstore.cookie with parameters of type CookieSessionStore
CookieSessionStore.create(Vertx, String)Creates a CookieSessionStore.