HydraExpress™ C++ API Reference Guide

 
Loading...
Searching...
No Matches
rwsf::HttpSessionEvent Class Reference

Provides access to a session at session creation or destruction. More...

#include <rwsf/servlet/http/HttpSessionEvent.h>

Inheritance diagram for rwsf::HttpSessionEvent:
rwsf::HttpSessionBindingEvent

Public Member Functions

 HttpSessionEvent (const rwsf::HttpSession &session)
 ~HttpSessionEvent ()
rwsf::HttpSession getSession () const

Detailed Description

rwsf::HttpSessionEvent provides access to an rwsf::HttpSession object when the Agent creates or destroys the session. When either event occurs, the Agent passes an instance of this class to an rwsf::HttpSessionListener. See class rwsf::HttpSessionListener for details on session listeners.

Constructor & Destructor Documentation

◆ HttpSessionEvent()

rwsf::HttpSessionEvent::HttpSessionEvent ( const rwsf::HttpSession & session)

Creates a session event object with a session object that has been created or destroyed.

◆ ~HttpSessionEvent()

rwsf::HttpSessionEvent::~HttpSessionEvent ( )

Destructor.

Member Function Documentation

◆ getSession()

rwsf::HttpSession rwsf::HttpSessionEvent::getSession ( ) const

Returns the changed session.

Copyright © 2026 Rogue Wave Software, Inc., a Perforce company. All Rights Reserved.