Record Class AbstractSessionManager.RequestedSession

java.lang.Object
java.lang.Record
org.eclipse.jetty.session.AbstractSessionManager.RequestedSession
Record Components:
session - The Session associated with the ID, which may have been invalidated or changed ID since the request was received; or null if no session existed matching the requested ID.
sessionId - The requested session ID.
sessionIdFrom - A String representing the source of the session ID. Common values include: ID_FROM_COOKIE or ID_FROM_URI_PARAMETER if there is no ID.
Enclosing class:
AbstractSessionManager

public static record AbstractSessionManager.RequestedSession(ManagedSession session, String sessionId, String sessionIdFrom) extends Record
Details of the requested session. Session implementations should make an instance of this record available as a hidden (not in name set) request attribute for the name "org.eclipse.jetty.session.AbstractSessionManager$RequestedSession"