Uses of Class
spark.Session
Packages that use Session
-
Uses of Session in spark
Modifier and TypeMethodDescriptionRequest.session()
Returns the current session associated with this request, or if the request does not have a session, creates one.Request.session
(boolean create) Returns the current session associated with this request, or if there is no current session andcreate
is true, returns a new session. -
Uses of Session in spark.http.matching
Methods in spark.http.matching that return Session