HydraExpress™ C++ 2019 |
HydraExpress™ C++ API Reference Guide |
Product Documentation: HydraExpress C++ Documentation Home |
Provides access to a session at session creation or destruction. More...
#include <rwsf/servlet/http/HttpSessionEvent.h>
Public Member Functions | |
HttpSessionEvent (const rwsf::HttpSession &session) | |
~HttpSessionEvent () | |
rwsf::HttpSession | getSession () const |
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.
rwsf::HttpSessionEvent::HttpSessionEvent | ( | const rwsf::HttpSession & | session | ) |
Creates a session event object with a session object that has been created or destroyed.
rwsf::HttpSessionEvent::~HttpSessionEvent | ( | ) |
Destructor.
rwsf::HttpSession rwsf::HttpSessionEvent::getSession | ( | ) | const |
Returns the changed session.
Copyright © 2019 Rogue Wave Software, Inc. All Rights Reserved. |