Uses of Class
spark.Session
-
Packages that use Session Package Description spark spark.http.matching -
-
Uses of Session in spark
Fields in spark declared as Session Modifier and Type Field Description private SessionRequest. sessionMethods in spark that return Session Modifier and Type Method Description SessionRequest. session()Returns the current session associated with this request, or if the request does not have a session, creates one.SessionRequest. session(boolean create)Returns the current session associated with this request, or if there is no current session andcreateis true, returns a new session. -
Uses of Session in spark.http.matching
Methods in spark.http.matching that return Session Modifier and Type Method Description SessionRequestWrapper. session()SessionRequestWrapper. session(boolean create)
-