Uses of Interface
io.vertx.ext.web.Session
Packages that use Session
Package
Description
-
Uses of Session in io.vertx.ext.web
Methods in io.vertx.ext.web that return SessionModifier and TypeMethodDescriptionSession.computeIfAbsent(String key, Function<String, Object> mappingFunction) Put some data in a session if absent.Put some data in a sessionSession.putIfAbsent(String key, Object obj) Put some data in a session if absentSession.regenerateId()RoutingContext.session()Get the session. -
Uses of Session in io.vertx.ext.web.handler
Methods in io.vertx.ext.web.handler that return SessionModifier and TypeMethodDescriptionSessionHandler.newSession(RoutingContext context) Create a new session -
Uses of Session in io.vertx.ext.web.handler.sockjs
Methods in io.vertx.ext.web.handler.sockjs that return Session -
Uses of Session in io.vertx.ext.web.sstore
Classes in io.vertx.ext.web.sstore that implement SessionModifier and TypeClassDescriptionclassThe abstract session class provides a barebones implementation for session storage implementors.Methods in io.vertx.ext.web.sstore that return SessionModifier and TypeMethodDescriptionAbstractSession.computeIfAbsent(String key, Function<String, Object> mappingFunction) SessionStore.createSession(long timeout) Create a new session using the default min length.SessionStore.createSession(long timeout, int length) Create a new session.AbstractSession.putIfAbsent(String key, Object obj) AbstractSession.regenerateId()Methods in io.vertx.ext.web.sstore that return types with arguments of type SessionModifier and TypeMethodDescriptionGet the session with the specified ID.Methods in io.vertx.ext.web.sstore with parameters of type Session -
Uses of Session in io.vertx.reactivex.ext.web
Methods in io.vertx.reactivex.ext.web that return SessionMethods in io.vertx.reactivex.ext.web with parameters of type SessionConstructors in io.vertx.reactivex.ext.web with parameters of type Session -
Uses of Session in io.vertx.rxjava3.ext.web
Methods in io.vertx.rxjava3.ext.web that return SessionMethods in io.vertx.rxjava3.ext.web with parameters of type SessionConstructors in io.vertx.rxjava3.ext.web with parameters of type Session