Class SessionContext


  • @Deprecated(since="2021-05-27")
    public class SessionContext
    extends Object
    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.
    • Method Detail

      • getWorkerName

        public String getWorkerName()
        Deprecated.
      • getSessionHandler

        public SessionHandler getSessionHandler()
        Deprecated.
      • getCanonicalContextPath

        public String getCanonicalContextPath()
        Deprecated.
      • getVhost

        public String getVhost()
        Deprecated.
      • run

        public void run​(Runnable r)
        Deprecated.
        Run a runnable in the context (with context classloader set) if there is one, otherwise just run it.
        Parameters:
        r - the runnable