Interface SessionHandler.SessionIf

  • All Superinterfaces:
    HttpSession
    All Known Implementing Classes:
    Session
    Enclosing class:
    SessionHandler

    @Deprecated
    public static interface SessionHandler.SessionIf
    extends HttpSession
    Deprecated.
    This api is not supported anymore. Please do not use it.
    SessionIf Interface that any session wrapper should implement so that SessionManager may access the Jetty session implementation.
    • Method Detail

      • getSession

        Session getSession()
        Deprecated.