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

Public Member Functions | |
| HttpApp () | |
| virtual | ~HttpApp () |
| virtual int | command (int argc, const char *const *argv) |
| void | log (const char *fmt,...) |
| int | id () const |
| virtual void | process_data (int size, AppData *d) |
| virtual AppData * | get_data (int &, AppData *) |
Protected Member Functions | |
| int | add_cnc (HttpApp *client, TcpApp *agt) |
| void | delete_cnc (HttpApp *client) |
| TcpApp * | lookup_cnc (HttpApp *client) |
| void | set_pagepool (ClientPagePool *pp) |
Protected Attributes | |
| Tcl_HashTable * | tpa_ |
| int | id_ |
| ClientPagePool * | pool_ |
| Tcl_Channel | log_ |
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
Reimplemented from Process. Reimplemented in HttpYucInvalServer, HttpMInvalCache, HttpPercInvalCache, MediaCache, MediaClient, and MediaServer. |
|
|
|
|
||||||||||||
|
Reimplemented from Process. Reimplemented in MediaCache, and MediaServer. |
|
|
|
|
||||||||||||
|
|
|
|
|
|
||||||||||||
|
Reimplemented from Process. Reimplemented in HttpMInvalCache, MediaCache, and MediaClient. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|