Uses of Record Class
org.eclipse.jetty.session.AbstractSessionManager.RequestedSession
Package
Description
Jetty Server : Modular Servlet Integration
Jetty Server : Session Management Implementations
-
Uses of AbstractSessionManager.RequestedSession in org.eclipse.jetty.ee10.servlet
Modifier and TypeMethodDescriptionServletContextHandler.ServletRequestInfo.getRequestedSession()
ServletContextRequest.getRequestedSession()
Modifier and TypeMethodDescriptionvoid
ServletContextRequest.setRequestedSession
(AbstractSessionManager.RequestedSession requestedSession) -
Uses of AbstractSessionManager.RequestedSession in org.eclipse.jetty.session
Modifier and TypeMethodDescriptionprotected AbstractSessionManager.RequestedSession
AbstractSessionManager.resolveRequestedSessionId
(Request request) Find any Session associated with the Request.