Interface SessionHandler.SessionIf

All Superinterfaces:
jakarta.servlet.http.HttpSession
All Known Implementing Classes:
Session
Enclosing class:
SessionHandler

public static interface SessionHandler.SessionIf extends jakarta.servlet.http.HttpSession
SessionIf Interface that any session wrapper should implement so that SessionManager may access the Jetty session implementation.
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from interface jakarta.servlet.http.HttpSession

    getAttribute, getAttributeNames, getCreationTime, getId, getLastAccessedTime, getMaxInactiveInterval, getServletContext, getSessionContext, getValue, getValueNames, invalidate, isNew, putValue, removeAttribute, removeValue, setAttribute, setMaxInactiveInterval
  • Method Details