#include <ghttp.h>
Inheritance diagram for gHttpGeneric:
Public Types | |
enum | eContentImport { e_Binary, e_TextPlain } |
enum | eContentMethod { e_Get, e_Post } |
Public Member Functions | |
virtual | ~gHttpGeneric () |
virtual gBigBuffer & | GetBuffer () |
virtual gUCharBuffer & | GetBaseBuffer () |
virtual bool | GetContent (eContentMethod method, gString &sHost, gString &sPath, gString &sReply)=0 |
Protected Member Functions | |
gHttpGeneric (gTcpConnect &connection) | |
Protected Attributes | |
gTcpConnect * | pConnection |
|
|
|
|
|
|
|
|
|
Reimplemented in gXHttpGeneric. |
|
Reimplemented in gXHttpGeneric. Definition at line 448 of file ghttp.cpp. Referenced by GetBaseBuffer(). |
|
Implemented in gXHttpGeneric, and gXHttpCont. |
|
Definition at line 261 of file ghttp.h. Referenced by gXHttpGeneric::Connection(), gXHttpGeneric::ConnectionPtr(), and gXHttpCont::thisGetHtmlContrl(). |