#include <gdSnarfHttp.h>
Inheritance diagram for gdHttpURI:
Public Member Functions | |
gdHttpURI (gURI &aURI, gString &sInProxy, t_gPort myPort=80) | |
gdHttpURI (gURI &aURI) | |
virtual | ~gdHttpURI () |
virtual bool | IsOk () |
virtual gString & | ConnectHost () |
virtual char * | ConnectHostStr () |
virtual gString & | ContentHost () |
virtual char * | ContentHostStr () |
virtual gString & | Path () |
virtual char * | PathStr () |
virtual t_gPort | Port () |
virtual char * | ParseProxyStr (gString &sInProxy, bool &isProxyOk, sOptProxy &resultProxy) |
Protected Member Functions | |
int | thisProcessHttpURI (gURI &aURI, gString &sInProxy, t_gPort &myPort) |
Protected Attributes | |
gString | sConnectHost |
gString | sContentHost |
gString | sPath |
sOptProxy | proxy |
t_gPort | uPort |
|
Definition at line 3 of file gdSnarfHttp.cpp. |
|
Definition at line 11 of file gdSnarfHttp.cpp. |
|
Definition at line 20 of file gdSnarfHttp.cpp. |
|
Definition at line 17 of file gdSnarfHttp.h. |
|
Definition at line 21 of file gdSnarfHttp.h. |
|
Definition at line 25 of file gdSnarfHttp.h. |
|
Definition at line 29 of file gdSnarfHttp.h. |
|
Reimplemented from gURI. Definition at line 24 of file gdSnarfHttp.cpp. |
|
Definition at line 72 of file gdSnarfHttp.cpp. Referenced by thisProcessHttpURI(). |
|
Definition at line 33 of file gdSnarfHttp.h. |
|
Definition at line 37 of file gdSnarfHttp.h. |
|
Definition at line 41 of file gdSnarfHttp.h. |
|
Definition at line 29 of file gdSnarfHttp.cpp. Referenced by gdHttpURI(). |
|
Definition at line 52 of file gdSnarfHttp.h. Referenced by thisProcessHttpURI(). |
|
Definition at line 49 of file gdSnarfHttp.h. Referenced by ConnectHost(), ConnectHostStr(), and thisProcessHttpURI(). |
|
Definition at line 50 of file gdSnarfHttp.h. Referenced by ContentHost(), ContentHostStr(), and thisProcessHttpURI(). |
|
Reimplemented from gURI. Definition at line 51 of file gdSnarfHttp.h. Referenced by Path(), PathStr(), and thisProcessHttpURI(). |
|
Definition at line 53 of file gdSnarfHttp.h. Referenced by gdHttpURI(), and Port(). |