Class HttpSessionEvent

    • Constructor Detail

      • HttpSessionEvent

        public HttpSessionEvent​(HttpSession source)
        Construct a session event from the given source.
        Parameters:
        source - The HTTP session where the change took place
    • Method Detail

      • getSession

        public HttpSession getSession()
        Get the session that changed.
        Returns:
        The session that changed