SessionList Class Reference

This class is used to request and manage a list of currently active sessions from the semiproxy. More...

#include <SessionList.hpp>

List of all members.


Public Member Functions

 SessionList (char *host, int port, Profile *profile)
 default constrctor
 ~SessionList ()
 default destructor
void retrieveSessions ()
 retrieve list of currently active sessions from semiproxy and store them in the list
vector< SSession * > * getList ()
void writeHTMLRepresentation (CGIParser *cgiparser, bool showActiveSessions, bool showClosedSessions, bool fakeRtspServer)
 Write a HTML-representation of the session-list to standard-out.

Detailed Description

This class is used to request and manage a list of currently active sessions from the semiproxy.

Author:
Klaus Schoeffmann

Definition at line 94 of file SessionList.hpp.


Member Function Documentation

vector< SSession * > * SessionList::getList  ) 
 

Returns:
a reference to the list of currently active sessions
Definition at line 208 of file SessionList.cpp.
00209 { 00210 return &list; 00211 }


The documentation for this class was generated from the following files: