Uses of Class
org.rapidcontext.core.type.Session
Packages that use Session
Package
Description
Provides the built-in server procedures.
Provides the storage data types & server-side object initialization.
-
Uses of Session in org.rapidcontext.app.proc
Methods in org.rapidcontext.app.proc with parameters of type Session -
Uses of Session in org.rapidcontext.core.type
Fields in org.rapidcontext.core.type with type parameters of type SessionModifier and TypeFieldDescriptionstatic ThreadLocal
<Session> Session.activeSession
The currently active session (for the current thread).Methods in org.rapidcontext.core.type that return SessionModifier and TypeMethodDescriptionstatic Session
Searches for a specific session in the storage.Returns the current session for the request.Methods in org.rapidcontext.core.type that return types with arguments of type SessionModifier and TypeMethodDescriptionReturns a stream of all sessions found in the storage.Methods in org.rapidcontext.core.type with parameters of type Session