![]() |
MAK RTIspy API Documentation for HLA Evolved
|
Inheritance diagram for DtWwwDocRoot:
Collaboration diagram for DtWwwDocRoot:typedef std::map< DtWebSpyUtils::ConnectionIdentifier, DtBasicEhsDocSP > DtWwwDocRoot::ConnInfoToPageMap [protected] |
| DtWwwDocRoot::DtWwwDocRoot | ( | ) | [private] |
| DtWwwDocRoot::DtWwwDocRoot | ( | const DtWwwDocRoot & | ) | [private] |
| DtWwwDocRoot::DtWwwDocRoot | ( | DtEhsHttpConnectionMgr & | parent | ) |
| DtWwwDocRoot::~DtWwwDocRoot | ( | ) | [virtual] |
| void DtWwwDocRoot::addPage | ( | const DtWebSpyUtils::ConnectionIdentifier & | connInfo | ) | [virtual] |
| void DtWwwDocRoot::appendConnectionLogEvent | ( | const DtWebSpyUtils::ConnectionIdentifier & | connInfo, |
| unsigned long | componentId, | ||
| DtLrcConsoleLogXmlBlockSP | logSegmentSP | ||
| ) | [virtual] |
| bool DtWwwDocRoot::exists | ( | const DtWebSpyUtils::ConnectionIdentifier & | connInfo | ) | const [protected, virtual] |
References mySubPages.
Referenced by addPage(), appendConnectionLogEvent(), removePage(), and updatePage().
| ResponseCode DtWwwDocRoot::HandleNonFileRequest | ( | HttpRequest * | ipoHttpRequest, |
| HttpResponse * | ipoHttpResponse | ||
| ) | [protected, virtual] |
Reimplemented from DtBasicEhsDoc.
References myHeader, DtBasicEhsDoc::myPage, myTrailer, and parseDirectConnectionRequest().
| void DtWwwDocRoot::initDirectoryTree | ( | ) | [protected, virtual] |
References myDirectoryTree, and DtWwwDocRoot::Directory::subdirs.
Referenced by setupDocumentTree().
| DtWwwDocRoot& DtWwwDocRoot::operator= | ( | const DtWwwDocRoot & | ) | [private] |
| DtString DtWwwDocRoot::parseDirectConnectionRequest | ( | HttpRequest * | ipoHttpRequest | ) | [protected] |
Referenced by HandleNonFileRequest().
| void DtWwwDocRoot::removePage | ( | const DtWebSpyUtils::ConnectionIdentifier & | connInfo, |
| const DtString & | dropNotificationMsg | ||
| ) | [virtual] |
| void DtWwwDocRoot::setupAboutPage | ( | ) | [protected, virtual] |
References myAboutPage, and DtBasicEhsDoc::name().
Referenced by DtWwwDocRoot().
| void DtWwwDocRoot::setupDirectRequestPage | ( | ) | [protected, virtual] |
References DIRECT_CONNECT_REPLACEMENT_TEXT, myHeader, DtBasicEhsDoc::myPage, and myTrailer.
Referenced by DtWwwDocRoot().
| void DtWwwDocRoot::setupDocumentTree | ( | ) | [protected, virtual] |
References addSubdir(), initDirectoryTree(), myDirectoryTree, and DtWwwDocRoot::Directory::subdirs.
Referenced by DtWwwDocRoot().
| void DtWwwDocRoot::setupFrontPage | ( | ) | [protected, virtual] |
References myConnectionListPage, and DtBasicEhsDoc::name().
Referenced by DtWwwDocRoot().
| static const DtString& DtWwwDocRoot::uninitializedPageHTML | ( | ) | [static] |
| void DtWwwDocRoot::updatePage | ( | const DtWebSpyUtils::ConnectionIdentifier & | connInfo, |
| std::auto_ptr< DtWebSpyUtils::ConnectionState > | connState, | ||
| bool | appendToExisting | ||
| ) | [virtual] |
DtAboutHTML* DtWwwDocRoot::myAboutPage [protected] |
Referenced by setupAboutPage(), and ~DtWwwDocRoot().
Referenced by addPage(), removePage(), setupFrontPage(), and ~DtWwwDocRoot().
Directory DtWwwDocRoot::myDirectoryTree [protected] |
Referenced by initDirectoryTree(), setupDocumentTree(), and ~DtWwwDocRoot().
DtString DtWwwDocRoot::myHeader [protected] |
Referenced by HandleNonFileRequest(), and setupDirectRequestPage().
DtEhsHttpConnectionMgr& DtWwwDocRoot::myParent [protected] |
Referenced by addPage().
std::list< DtWwwDocSubDir* > DtWwwDocRoot::mySubdirectories [protected] |
ConnInfoToPageMap DtWwwDocRoot::mySubPages [protected] |
Referenced by addPage(), appendConnectionLogEvent(), exists(), removePage(), updatePage(), and ~DtWwwDocRoot().
DtString DtWwwDocRoot::myTrailer [protected] |
Referenced by HandleNonFileRequest(), and setupDirectRequestPage().