gXHttpReplyHeader Class Reference

#include <gBHttp.h>

Inheritance diagram for gXHttpReplyHeader:

gList gListGeneric gStorage gTop List of all members.

Public Member Functions

 gXHttpReplyHeader ()
virtual ~gXHttpReplyHeader ()
virtual bool IsText ()
virtual bool IsChunked ()
virtual bool GetLine (char *sKind, gString &sResult)
virtual bool AddLine (gString &s)
virtual t_uint32 GetLength (bool &hasFound, bool &isLengthOk)
virtual bool IsCodeNotFound ()
virtual bool IsCodeRedirect ()

Public Attributes

int htmlCode
gString sHtmlCode
gList kindsL
gList linesL

Protected Member Functions

int thisAddLine (char *sKind, char *sContent)
int thisAddLine (gString &sKind, gString &sContent)

Protected Attributes

bool isTransferEncodingChunked

Constructor & Destructor Documentation

gXHttpReplyHeader::gXHttpReplyHeader  ) 
 

Definition at line 8 of file gBHttp.cpp.

virtual gXHttpReplyHeader::~gXHttpReplyHeader  )  [inline, virtual]
 

Definition at line 10 of file gBHttp.h.


Member Function Documentation

bool gXHttpReplyHeader::AddLine gString s  )  [virtual]
 

Definition at line 33 of file gBHttp.cpp.

Referenced by gXHttpGeneric::thisReadHeadReply().

t_uint32 gXHttpReplyHeader::GetLength bool &  hasFound,
bool &  isLengthOk
[virtual]
 

Definition at line 71 of file gBHttp.cpp.

Referenced by gXHttpCont::thisGetHtmlContrl().

bool gXHttpReplyHeader::GetLine char *  sKind,
gString sResult
[virtual]
 

Definition at line 24 of file gBHttp.cpp.

Referenced by GetLength(), and IsText().

virtual bool gXHttpReplyHeader::IsChunked  )  [inline, virtual]
 

Definition at line 21 of file gBHttp.h.

Referenced by gXHttpCont::thisGetHtmlContrl().

virtual bool gXHttpReplyHeader::IsCodeNotFound  )  [inline, virtual]
 

Definition at line 29 of file gBHttp.h.

virtual bool gXHttpReplyHeader::IsCodeRedirect  )  [inline, virtual]
 

Definition at line 32 of file gBHttp.h.

bool gXHttpReplyHeader::IsText  )  [virtual]
 

Definition at line 14 of file gBHttp.cpp.

Referenced by gXHttpCont::thisGetHtmlContrl().

int gXHttpReplyHeader::thisAddLine gString sKind,
gString sContent
[protected]
 

Definition at line 105 of file gBHttp.cpp.

int gXHttpReplyHeader::thisAddLine char *  sKind,
char *  sContent
[protected]
 

Definition at line 98 of file gBHttp.cpp.

Referenced by AddLine().


Member Data Documentation

int gXHttpReplyHeader::htmlCode
 

Definition at line 14 of file gBHttp.h.

Referenced by AddLine(), gdHttpSnarf::HttpCode(), IsCodeNotFound(), and IsCodeRedirect().

bool gXHttpReplyHeader::isTransferEncodingChunked [protected]
 

Definition at line 37 of file gBHttp.h.

Referenced by GetLength(), and IsChunked().

gList gXHttpReplyHeader::kindsL
 

Definition at line 16 of file gBHttp.h.

Referenced by AddLine(), gdHttpSnarf::GetHeaderLines(), GetLine(), gdHttpSnarf::HttpCodeStr(), thisAddLine(), and gXHttpGeneric::thisParseServerReply().

gList gXHttpReplyHeader::linesL
 

Definition at line 17 of file gBHttp.h.

Referenced by AddLine(), gdHttpSnarf::GetHeaderLines(), GetLine(), thisAddLine(), and gXHttpGeneric::thisParseServerReply().

gString gXHttpReplyHeader::sHtmlCode
 

Definition at line 15 of file gBHttp.h.

Referenced by AddLine().


The documentation for this class was generated from the following files:
Generated on Sat Aug 18 02:41:25 2007 for xpfweb_v2x lib by  doxygen 1.4.2