Uses of Class
io.vertx.mutiny.ext.web.Session
Packages that use Session
Package
Description
-
Uses of Session in io.vertx.mutiny.ext.web
Fields in io.vertx.mutiny.ext.web with type parameters of type SessionMethods in io.vertx.mutiny.ext.web that return SessionModifier and TypeMethodDescriptionSession.computeIfAbsent(String key, Function<String, Object> mappingFunction) static SessionSession.newInstance(io.vertx.ext.web.Session arg) Session.putIfAbsent(String key, Object obj) Session.regenerateId()RoutingContext.session()Methods in io.vertx.mutiny.ext.web with parameters of type SessionModifier and TypeMethodDescriptionvoidRoutingContext.setSession(Session session) Deprecated.This method is internal. -
Uses of Session in io.vertx.mutiny.ext.web.handler
Methods in io.vertx.mutiny.ext.web.handler that return Session -
Uses of Session in io.vertx.mutiny.ext.web.handler.sockjs
Methods in io.vertx.mutiny.ext.web.handler.sockjs that return Session -
Uses of Session in io.vertx.mutiny.ext.web.sstore
Methods in io.vertx.mutiny.ext.web.sstore that return SessionModifier and TypeMethodDescriptionSessionStore.createSession(long timeout) SessionStore.createSession(long timeout, int length) SessionStore.getAndAwait(String cookieValue) Blocking variant ofSessionStore.get(String).Methods in io.vertx.mutiny.ext.web.sstore that return types with arguments of type SessionModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<Session>Get the session with the specified ID.Methods in io.vertx.mutiny.ext.web.sstore with parameters of type SessionModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<Void>Add a session with the specified ID.SessionStore.putAndAwait(Session session) Blocking variant ofSessionStore.put(io.vertx.mutiny.ext.web.Session).SessionStore.putAndForget(Session session) Variant ofSessionStore.put(io.vertx.mutiny.ext.web.Session)that ignores the result of the operation.