HydraExpress™ C++ API Reference Guide

Product Documentation:
   HydraExpress C++
Documentation Home
List of all members | Public Member Functions
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

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.

Member Function Documentation

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

Returns the changed session.

Copyright © 2020 Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave is registered trademark of Rogue Wave Software, Inc. in the United States and other countries, and HydraExpress is a trademark of Rogue Wave Software. All other trademarks are the property of their respective owners.
Provide feedback to Rogue Wave about its documentation.