#include <gBHttp.h>
Inheritance diagram for gXHttpReplyHeader:
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 |
|
Definition at line 8 of file gBHttp.cpp. |
|
|
|
Definition at line 33 of file gBHttp.cpp. Referenced by gXHttpGeneric::thisReadHeadReply(). |
|
Definition at line 71 of file gBHttp.cpp. Referenced by gXHttpCont::thisGetHtmlContrl(). |
|
Definition at line 24 of file gBHttp.cpp. Referenced by GetLength(), and IsText(). |
|
Definition at line 21 of file gBHttp.h. Referenced by gXHttpCont::thisGetHtmlContrl(). |
|
|
|
|
|
Definition at line 14 of file gBHttp.cpp. Referenced by gXHttpCont::thisGetHtmlContrl(). |
|
Definition at line 105 of file gBHttp.cpp. |
|
Definition at line 98 of file gBHttp.cpp. Referenced by AddLine(). |
|
Definition at line 14 of file gBHttp.h. Referenced by AddLine(), gdHttpSnarf::HttpCode(), IsCodeNotFound(), and IsCodeRedirect(). |
|
Definition at line 37 of file gBHttp.h. Referenced by GetLength(), and IsChunked(). |
|
Definition at line 16 of file gBHttp.h. Referenced by AddLine(), gdHttpSnarf::GetHeaderLines(), GetLine(), gdHttpSnarf::HttpCodeStr(), thisAddLine(), and gXHttpGeneric::thisParseServerReply(). |
|
Definition at line 17 of file gBHttp.h. Referenced by AddLine(), gdHttpSnarf::GetHeaderLines(), GetLine(), thisAddLine(), and gXHttpGeneric::thisParseServerReply(). |
|
Definition at line 15 of file gBHttp.h. Referenced by AddLine(). |