ns2 Network Simulator      C++ Class Hierarchy of version ns-snapshot-20040722
Home |  Source Code |  Manual |  FAQ |  Mailing List Archive |  Search |  Download | 


Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

MediaServer Class Reference

#include <mcache.h>

Inheritance diagram for MediaServer:

HttpServer HttpApp Process TclObject List of all members.

Public Member Functions

 MediaServer ()
 ~MediaServer ()
virtual AppDataget_data (int &size, AppData *d)

Protected Types

typedef Queue< PrefInfoPrefInfoQ
typedef QueueElem< PrefInfoPrefInfoE

Protected Member Functions

virtual int command (int argc, const char *const *argv)
MediaSegment get_next_segment (MediaRequest *r, Application *&ci)
PrefInfoEfind_prefinfo (PrefInfoQ *q, Application *conid)
PrefInfoQget_piq (const char *pgname, HttpApp *client)
RegInfoget_reginfo (Application *app)

Protected Attributes

Tcl_HashTablepref_
Tcl_HashTablecmap_

Member Typedef Documentation

typedef QueueElem<PrefInfo> MediaServer::PrefInfoE [protected]
 

typedef Queue<PrefInfo> MediaServer::PrefInfoQ [protected]
 


Constructor & Destructor Documentation

MediaServer::MediaServer  
 

MediaServer::~MediaServer  
 


Member Function Documentation

int MediaServer::command int    argc,
const char *const *    argv
[protected, virtual]
 

Reimplemented from HttpApp.

PrefInfoE* MediaServer::find_prefinfo PrefInfoQ   q,
Application   conid
[inline, protected]
 

AppData * MediaServer::get_data int &    size,
AppData   d
[virtual]
 

Reimplemented from HttpApp.

MediaSegment MediaServer::get_next_segment MediaRequest   r,
Application *&    ci
[protected]
 

PrefInfoQ* MediaServer::get_piq const char *    pgname,
HttpApp   client
[inline, protected]
 

RegInfo* MediaServer::get_reginfo Application   app [inline, protected]
 


Member Data Documentation

Tcl_HashTable* MediaServer::cmap_ [protected]
 

Tcl_HashTable* MediaServer::pref_ [protected]
 


The documentation for this class was generated from the following files:
This document is generated by doxygen.