Class HttpSessionContextWrapper

  • All Implemented Interfaces:
    jakarta.servlet.http.HttpSessionContext

    public class HttpSessionContextWrapper
    extends Object
    implements jakarta.servlet.http.HttpSessionContext
    http session context wrapper
    • Constructor Detail

      • HttpSessionContextWrapper

        public HttpSessionContextWrapper​(@NotNull
                                         javax.servlet.http.HttpSessionContext c)
        Create new context
        Parameters:
        c - Wrapped context
    • Method Detail

      • getSession

        public jakarta.servlet.http.HttpSession getSession​(String sessionId)
        Specified by:
        getSession in interface jakarta.servlet.http.HttpSessionContext
      • getIds

        public Enumeration<String> getIds()
        Specified by:
        getIds in interface jakarta.servlet.http.HttpSessionContext