| ns2 Network Simulator C++ Class Hierarchy of version ns-snapshot-20040722 | |
| | Home | Source Code | Manual | FAQ | Mailing List Archive | Search | | | Download | |
#include <media-app.h>
Inheritance diagram for HttpMediaData:

Public Types | |
| enum | { MD_LAST = 1, MD_FINISH = 2, MD_PREFETCH = 4 } |
Public Member Functions | |
| HttpMediaData (const char *sender, const char *name, int layer, int st, int et) | |
| HttpMediaData (HttpMediaData &d) | |
| virtual int | size () const |
| virtual AppData * | copy () |
| int | st () const |
| int | et () const |
| int | datasize () const |
| int | layer () const |
| const char * | page () const |
| const char * | sender () const |
| Application * | conid () |
| void | set_conid (Application *c) |
| int | is_last () const |
| void | set_last () |
| int | is_finished () const |
| void | set_finish () |
| int | is_pref () const |
| void | set_pref () |
Private Attributes | |
| char | page_ [HTTP_MAXURLLEN] |
| char | sender_ [HTTP_MAXURLLEN] |
| int | layer_ |
| int | st_ |
| int | et_ |
| int | flags_ |
| Application * | conid_ |
|
|
|
|
||||||||||||||||||||||||
|
|
|
|
|
|
|
|
|
|
Reimplemented from HttpData. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from HttpData. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|