Package org.eclipse.jetty.server.session
Class SessionContext
java.lang.Object
org.eclipse.jetty.server.session.SessionContext
Deprecated.
The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.
SessionContext
Information about the context to which sessions belong: the Context,
the SessionHandler of the context, and the unique name of the node.
A SessionHandler is 1:1 with a SessionContext.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSessionContext(String workerName, ContextHandler.Context context) Deprecated. -
Method Summary
-
Field Details
-
NULL_VHOST
Deprecated.- See Also:
-
-
Constructor Details
-
SessionContext
Deprecated.
-
-
Method Details
-
getWorkerName
Deprecated. -
getSessionHandler
Deprecated. -
getContext
Deprecated. -
getCanonicalContextPath
Deprecated. -
getVhost
Deprecated. -
toString
Deprecated. -
run
Deprecated.Run a runnable in the context (with context classloader set) if there is one, otherwise just run it.- Parameters:
r- the runnable
-