Uses of Class
io.vertx.mutiny.ext.web.sstore.SessionStore
Packages that use SessionStore
-
Uses of SessionStore in io.vertx.mutiny.ext.web.handler
Methods in io.vertx.mutiny.ext.web.handler with parameters of type SessionStoreModifier and TypeMethodDescriptionstatic SessionHandlerSessionHandler.create(SessionStore sessionStore) Create a session handler -
Uses of SessionStore in io.vertx.mutiny.ext.web.sstore
Subclasses of SessionStore in io.vertx.mutiny.ext.web.sstoreModifier and TypeClassDescriptionclassA session store which stores sessions in a distributed map so they are available across the cluster.classA session store which is only available on a single node.Fields in io.vertx.mutiny.ext.web.sstore with type parameters of type SessionStoreMethods in io.vertx.mutiny.ext.web.sstore that return SessionStoreModifier and TypeMethodDescriptionSessionStore.clearAndForget()Remove all sessions from the store.static SessionStoreCreate a Session store given a backend and configuration JSON.static SessionStoreCreate a Session store given a backend and configuration JSON.SessionStore.deleteAndForget(String id) Delete the session with the specified ID.SessionStore.getAndForget(String cookieValue) Get the session with the specified ID.Initialize this store.static SessionStoreSessionStore.newInstance(io.vertx.ext.web.sstore.SessionStore delegate) Creates a new instance of theSessionStore.SessionStore.putAndForget(Session session) Add a session with the specified ID.SessionStore.sizeAndForget()Get the number of sessions in the store.