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

Public Member Functions | |
| WebPage (int id, WebTrafSession *sess, int nObj, Node *dst) | |
| virtual | ~WebPage () |
| void | start () |
| int | id () const |
| Node * | dst () |
| void | doneObject () |
| int | curObj () const |
| int | doneObj () const |
Private Member Functions | |
| virtual void | expire (Event *=0) |
| virtual void | handle (Event *e) |
Private Attributes | |
| int | id_ |
| WebTrafSession * | sess_ |
| int | nObj_ |
| int | curObj_ |
| int | doneObj_ |
| Node * | dst_ |
Static Private Attributes | |
| int | LASTOBJ_ = 1 |
|
||||||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Implements TimerHandler. |
|
|
Reimplemented from TimerHandler. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|