INET Framework for OMNeT++/OMNEST
|
#include <string>
#include <map>
#include <queue>
#include <iostream>
#include <fstream>
#include "inet/common/INETDefs.h"
#include "inet/common/lifecycle/ILifecycle.h"
#include "inet/common/lifecycle/LifecycleOperation.h"
#include "inet/applications/httptools/configurator/HttpController.h"
#include "inet/applications/httptools/common/HttpMessages_m.h"
#include "inet/applications/httptools/common/HttpRandom.h"
#include "inet/applications/httptools/common/HttpUtils.h"
Classes | |
class | inet::httptools::HttpNodeBase |
The base class for browser and server nodes. More... | |
Namespaces | |
inet | |
Copyright (c) 2005 Jan Ringo�, www.ringos.cz. | |
inet::httptools | |
Macros | |
#define | HTTPT_REQUEST_MESSAGE 10000 |
#define | HTTPT_DELAYED_REQUEST_MESSAGE 10001 |
#define | HTTPT_RESPONSE_MESSAGE 10010 |
#define | HTTPT_DELAYED_RESPONSE_MESSAGE 10011 |
Enumerations | |
enum | inet::httptools::LOG_FORMAT { inet::httptools::lf_short, inet::httptools::lf_long } |
#define HTTPT_DELAYED_REQUEST_MESSAGE 10001 |
#define HTTPT_DELAYED_RESPONSE_MESSAGE 10011 |
#define HTTPT_REQUEST_MESSAGE 10000 |
#define HTTPT_RESPONSE_MESSAGE 10010 |