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


Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

ns-2/webcache/pagepool.h File Reference

#include <stdio.h>
#include <limits.h>
#include <tcl.h>
#include <ranvar.h>
#include <tclcl.h>
#include "config.h"

Compounds

class  ClientPage
class  ClientPagePool
class  EPATracePagePool
struct  ClientRequest
class  CompMathPagePool
class  MathPagePool
class  Page
struct  PageID
class  PagePool
class  ProxyTracePagePool
class  ServerPage
class  TracePagePool

Enumerations

enum  WebPageType { HTML, MEDIA }

Variables

const int HTTP_PAGE_STATE_MASK = 0x00FF
const int HTTP_ALL_PAGE_STATES = 0x00ff
const int HTTP_VALID_PAGE = 0x01
const int HTTP_SERVER_DOWN = 0x02
const int HTTP_VALID_HEADER = 0x04
const int HTTP_UNREAD_PAGE = 0x08
const int HTTP_UNCACHEABLE = 0x10
const int HTTP_PAGE_ACTION_MASK = 0xFF00
const int HTTP_MANDATORY_PUSH = 0x1000
const int TRACEPAGEPOOL_MAXBUF = 4096

Enumeration Type Documentation

enum WebPageType
 

Enumeration values:
HTML 
MEDIA 


Variable Documentation

const int HTTP_ALL_PAGE_STATES = 0x00ff
 

const int HTTP_MANDATORY_PUSH = 0x1000
 

const int HTTP_PAGE_ACTION_MASK = 0xFF00
 

const int HTTP_PAGE_STATE_MASK = 0x00FF
 

const int HTTP_SERVER_DOWN = 0x02
 

const int HTTP_UNCACHEABLE = 0x10
 

const int HTTP_UNREAD_PAGE = 0x08
 

const int HTTP_VALID_HEADER = 0x04
 

const int HTTP_VALID_PAGE = 0x01
 

const int TRACEPAGEPOOL_MAXBUF = 4096
 


This document is generated by doxygen.