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

Public Member Functions | |
| WebTrafSession (WebTrafPool *mgr, Node *src, int np, int id, int ftcp_, int recycle_p) | |
| virtual | ~WebTrafSession () |
| RandomVariable *& | interPage () |
| RandomVariable *& | pageSize () |
| RandomVariable *& | interObj () |
| RandomVariable *& | objSize () |
| void | donePage (void *ClntData) |
| void | launchReq (void *ClntData, int obj, int size) |
| int | id () const |
| WebTrafPool * | mgr () |
| void | set_interPageOption (int option) |
Static Public Attributes | |
| int | LASTPAGE_ = 1 |
Private Member Functions | |
| virtual void | expire (Event *e=0) |
| virtual void | handle (Event *e) |
Private Attributes | |
| RandomVariable * | rvInterPage_ |
| RandomVariable * | rvPageSize_ |
| RandomVariable * | rvInterObj_ |
| RandomVariable * | rvObjSize_ |
| WebTrafPool * | mgr_ |
| Node * | src_ |
| int | nPage_ |
| int | curPage_ |
| int | donePage_ |
| int | id_ |
| int | interPageOption_ |
| int | fulltcp_ |
| int | recycle_page_ |
|
||||||||||||||||||||||||||||
|
|
|
|
|
|
|
|
|
|
Implements TimerHandler. |
|
|
Reimplemented from TimerHandler. |
|
|
|
|
|
|
|
|
|
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|