Class HttpSessionEvent

    • Constructor Detail

      • HttpSessionEvent

        public HttpSessionEvent​(HttpSession source)
        Construct a session event from the given source.
        Parameters:
        source - the HttpSession corresponding to this event
    • Method Detail

      • getSession

        public HttpSession getSession()
        Return the session that changed.
        Returns:
        the HttpSession for this event.