|
Public Types |
enum | Type {
Undefined,
Server,
Proxy,
Client,
TestCachingProxy
} |
Public Member Functions |
| EConfSystem () |
virtual bool | start_child_element (const char *name, const char **atts, XML_Parser p) |
virtual bool | end_child_element (const char *name, XML_Parser p) |
bool | begin_parse (const char *name, const char **atts, XML_Parser p) |
virtual void | dump (int depth, ostream &ostr, bool complete) |
bool | eval_match_type (Type t) |
bool | has_hostname () const |
bool | eval_match_hostname (const char *hostname) |
void | specialize (EConfSystem *overwrite) |
Public Attributes |
char * | _host |
Type | _type |
bool | _set_host |
bool | _set_type |
EConfDatapump | _datapump |
EConfRtsp | _rtsp |
EConfSdp | _sdp |
EConfMedia | _media |
EConfGui | _gui |
EConfBool | _cseq1 |
EConfBool | _patching |
EConfBool | _caching |
EConfBool | _reflection |
EConfBool | _tfrc_reply |
EConfBool | _rtp_tcp |
EConfString | _rootdir |
EConfString | _caching_strategy |
EConfString | _cachedir |
EConfInt | _cachesize |
EConfInt | _client_bw |
EConfDebug | _debug |
EConfString | _rtp_mcast_if |
EConfClientEmulation | _client_emulation |
EConfServerEmulation | _server_emulation |
EConfTranscoding | _transcoding |
EConfDynReflection | _dynReflection |
EConfDeprecated | _server_type |