Uses of Class
io.vertx.mutiny.ext.web.sstore.LocalSessionStore
Packages that use LocalSessionStore
-
Uses of LocalSessionStore in io.vertx.mutiny.ext.web.sstore
Fields in io.vertx.mutiny.ext.web.sstore with type parameters of type LocalSessionStoreModifier and TypeFieldDescriptionstatic final TypeArg<LocalSessionStore>LocalSessionStore.__TYPE_ARGMethods in io.vertx.mutiny.ext.web.sstore that return LocalSessionStoreModifier and TypeMethodDescriptionLocalSessionStore.clearAndForget()Remove all sessions from the store.static LocalSessionStoreCreate a session storestatic LocalSessionStoreCreate a session storestatic LocalSessionStoreCreate a session storeLocalSessionStore.deleteAndForget(String arg0) Delete the session with the specified ID.LocalSessionStore.getAndForget(String arg0) Get the session with the specified ID.static LocalSessionStoreLocalSessionStore.newInstance(io.vertx.ext.web.sstore.LocalSessionStore delegate) Creates a new instance of theLocalSessionStore.LocalSessionStore.putAndForget(Session arg0) Add a session with the specified ID.LocalSessionStore.sizeAndForget()Get the number of sessions in the store.