Class SessionContext
java.lang.Object
org.eclipse.jetty.session.SessionContext
Information about the context to which sessions belong: the Context,
the SessionManager of the context, and the unique name of the node.
A SessionManager is 1:1 with a SessionContext.
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
NULL_VHOST
- See Also:
 
 - 
_context
 - 
_sessionManager
 - 
_workerName
 - 
_canonicalContextPath
 - 
_vhost
 
 - 
 - 
Constructor Details
- 
SessionContext
protected SessionContext() - 
SessionContext
 
 - 
 - 
Method Details
- 
getWorkerName
 - 
getSessionManager
 - 
getContext
 - 
getCanonicalContextPath
 - 
getVhost
 - 
toString
 - 
run
Run a runnable in the context (with context classloader set) if there is one, otherwise just run it.- Parameters:
 r- the runnable
 
 -