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 Session
Request. session
Methods in spark that return Session Modifier and Type Method Description Session
Request. session()
Returns the current session associated with this request, or if the request does not have a session, creates one.Session
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 Modifier and Type Method Description Session
RequestWrapper. session()
Session
RequestWrapper. session(boolean create)
-