Public Member Functions | Data Fields

RecursiveHttpGet Class Reference

#include <Update.h>

Inherits Continuation.

Collaboration diagram for RecursiveHttpGet:
Collaboration graph
[legend]

Public Member Functions

 RecursiveHttpGet ()
 ~RecursiveHttpGet ()
void Init (Continuation *, char *, char *, URL *, HTTPHdr *, int, Ptr< UpdateConfigList >, struct html_tag *allowed_html_tags)
int RecursiveHttpGetEvent (int, Event *)
int ExitEventHandler (int, Event *)

Data Fields

int _id
Continuation_caller_cont
char * _request_headers
URL_url_data
HTTPHdr_http_hdr
int _recursion_depth
Ptr< UpdateConfigList_CL
ObjectReloadCont_OL
UpdateEntry_group_link_head
int _active_child_state_machines
HtmlParser html_parser

Detailed Description

Definition at line 458 of file Update.h.


Constructor & Destructor Documentation

RecursiveHttpGet::RecursiveHttpGet (  ) 

Definition at line 1589 of file Update.cc.

References RecursiveHttpGetEvent(), and SET_HANDLER.

Referenced by RecursiveHttpGetEvent().

RecursiveHttpGet::~RecursiveHttpGet (  ) 

Definition at line 1597 of file Update.cc.

References _CL.


Member Function Documentation

int RecursiveHttpGet::ExitEventHandler ( int  event,
Event  
)
void RecursiveHttpGet::Init ( Continuation cont,
char *  url,
char *  request_headers,
URL url_data,
HTTPHdr http_hdr,
int  recursion_depth,
Ptr< UpdateConfigList L,
struct html_tag allowed_html_tags 
)
int RecursiveHttpGet::RecursiveHttpGetEvent ( int  event,
Event d 
)

Field Documentation

Definition at line 479 of file Update.h.

Referenced by RecursiveHttpGetEvent().

Definition at line 471 of file Update.h.

Referenced by ExitEventHandler(), and Init().

Definition at line 476 of file Update.h.

Referenced by Init(), RecursiveHttpGetEvent(), and ~RecursiveHttpGet().

Definition at line 478 of file Update.h.

Referenced by RecursiveHttpGetEvent().

Definition at line 474 of file Update.h.

Referenced by Init(), and RecursiveHttpGetEvent().

Definition at line 470 of file Update.h.

Referenced by ExitEventHandler(), Init(), and RecursiveHttpGetEvent().

Definition at line 477 of file Update.h.

Referenced by Init().

Definition at line 475 of file Update.h.

Referenced by Init(), and RecursiveHttpGetEvent().

Definition at line 472 of file Update.h.

Referenced by Init(), and RecursiveHttpGetEvent().

Definition at line 473 of file Update.h.

Referenced by Init(), and RecursiveHttpGetEvent().

Definition at line 481 of file Update.h.

Referenced by ExitEventHandler(), Init(), and RecursiveHttpGetEvent().


The documentation for this class was generated from the following files: