#include <http-aux.h>
Inheritance diagram for HttpNormalData:


Public Member Functions | |
| HttpNormalData (int id, int cost, const char *str) | |
| HttpNormalData (HttpNormalData &d) | |
| virtual | ~HttpNormalData () |
| virtual int | size () const |
| virtual int | cost () const |
| char * | str () const |
| virtual AppData * | copy () |
| int & | id () |
| AppDataType | type () const |
Private Attributes | |
| char * | str_ |
| int | strlen_ |
| int | cost_ |
|
||||||||||||||||
|
Definition at line 176 of file http-aux.h. References cost_, HTTP_NORMAL, str(), str_, and strlen_. Referenced by copy().
|
Here is the call graph for this function:

|
|
Definition at line 189 of file http-aux.h. References cost_, str_, and strlen_.
|
|
|
Definition at line 198 of file http-aux.h. References str_.
|
|
|
Reimplemented from HttpData. Definition at line 209 of file http-aux.h. References HttpNormalData().
00209 {
00210 return (new HttpNormalData(*this));
00211 }
|
Here is the call graph for this function:

|
|
Reimplemented from HttpData. Definition at line 207 of file http-aux.h. References cost_.
00207 { return cost_; }
|
|
|
Definition at line 159 of file http-aux.h. References HttpData::id_. Referenced by HttpMInvalCache::process_data(), HttpMInvalCache::recv_inv(), and HttpMInvalCache::recv_leave().
00159 { return id_; }
|
|
|
Reimplemented from HttpData. Definition at line 203 of file http-aux.h. References strlen_.
|
|
|
Definition at line 208 of file http-aux.h. References str_. Referenced by HttpNormalData(), and HttpApp::process_data().
00208 { return str_; }
|
|
|
Definition at line 84 of file ns-process.h. References AppDataType, and AppData::type_. Referenced by Packet::accessdata(), TcpApp::process_data(), MediaClient::process_data(), MediaCache::process_data(), HttpMInvalCache::process_data(), HttpApp::process_data(), and UdpAgent::recv().
00084 { return type_; }
|
|
|
Definition at line 172 of file http-aux.h. Referenced by cost(), and HttpNormalData(). |
|
|
Definition at line 170 of file http-aux.h. Referenced by HttpNormalData(), str(), and ~HttpNormalData(). |
|
|
Definition at line 171 of file http-aux.h. Referenced by HttpNormalData(), and size(). |
1.3.3