Uses of Record Class
org.eclipse.jetty.session.AbstractSessionManager.RequestedSession
Packages that use AbstractSessionManager.RequestedSession
Package
Description
Jetty Server : Modular Servlet Integration
Jetty Server : Core Handler API
Jetty Server : Core Handler API
Jetty Server : Session Management Implementations
-
Uses of AbstractSessionManager.RequestedSession in org.eclipse.jetty.ee10.servlet
Methods in org.eclipse.jetty.ee10.servlet that return AbstractSessionManager.RequestedSessionModifier and TypeMethodDescriptionServletContextHandler.ServletRequestInfo.getRequestedSession()
ServletContextRequest.getRequestedSession()
Methods in org.eclipse.jetty.ee10.servlet with parameters of type AbstractSessionManager.RequestedSessionModifier and TypeMethodDescriptionvoid
ServletContextRequest.setRequestedSession
(AbstractSessionManager.RequestedSession requestedSession) -
Uses of AbstractSessionManager.RequestedSession in org.eclipse.jetty.ee8.nested
Methods in org.eclipse.jetty.ee8.nested that return AbstractSessionManager.RequestedSessionMethods in org.eclipse.jetty.ee8.nested with parameters of type AbstractSessionManager.RequestedSessionModifier and TypeMethodDescriptionvoid
ContextHandler.CoreContextRequest.setRequestedSession
(AbstractSessionManager.RequestedSession requestedSession) Remember the session that was extracted from the id in the request -
Uses of AbstractSessionManager.RequestedSession in org.eclipse.jetty.ee9.nested
Methods in org.eclipse.jetty.ee9.nested that return AbstractSessionManager.RequestedSessionMethods in org.eclipse.jetty.ee9.nested with parameters of type AbstractSessionManager.RequestedSessionModifier and TypeMethodDescriptionvoid
ContextHandler.CoreContextRequest.setRequestedSession
(AbstractSessionManager.RequestedSession requestedSession) Remember the session that was extracted from the id in the request -
Uses of AbstractSessionManager.RequestedSession in org.eclipse.jetty.session
Methods in org.eclipse.jetty.session that return AbstractSessionManager.RequestedSessionModifier and TypeMethodDescriptionprotected AbstractSessionManager.RequestedSession
AbstractSessionManager.resolveRequestedSessionId
(Request request) Find any Session associated with the Request.