#include <weiTransport.h>
Public Member Functions | |
iweResponse () | |
virtual | ~iweResponse () |
WeBlob & | Data () |
Unstructured data for the request. | |
virtual void | Process (iweTransport *proc)=0 |
WeURL & | RealUrl (void) |
Access the RealUrl property. | |
void | RealUrl (const string &url) |
Access the RealUrl property. | |
void | RealUrl (const WeURL &url) |
Access the RealUrl property. | |
int | RelocCount (void) |
Access the RelocCount property. | |
void | RelocCount (int count) |
Access the RelocCount property. | |
bool | Processed (void) |
Access the Processed property. | |
void | Processed (bool proc) |
Access the Processed property. |
Definition at line 119 of file weiTransport.h.
iweResponse::iweResponse | ( | ) | [inline] |
Definition at line 122 of file weiTransport.h.
virtual iweResponse::~iweResponse | ( | ) | [inline, virtual] |
Definition at line 123 of file weiTransport.h.
WeBlob& iweResponse::Data | ( | void | ) | [inline] |
Unstructured data for the request.
Definition at line 155 of file weiTransport.h.
virtual void iweResponse::Process | ( | iweTransport * | proc | ) | [pure virtual] |
Implemented in WeHttpResponse.
void iweResponse::Processed | ( | bool | proc | ) | [inline] |
Access the Processed property.
Whatever the request already processed.
Definition at line 149 of file weiTransport.h.
bool iweResponse::Processed | ( | void | ) | [inline] |
Access the Processed property.
Whatever the request already processed.
Definition at line 148 of file weiTransport.h.
void iweResponse::RealUrl | ( | const WeURL & | url | ) | [inline] |
Access the RealUrl property.
This property represents the URL of the document, from which the resulting data was downloaded. It may differs from the BaseUrl, if relocations presents.
Definition at line 133 of file weiTransport.h.
void iweResponse::RealUrl | ( | const string & | url | ) | [inline] |
Access the RealUrl property.
This property represents the URL of the document, from which the resulting data was downloaded. It may differs from the BaseUrl, if relocations presents.
Definition at line 132 of file weiTransport.h.
WeURL& iweResponse::RealUrl | ( | void | ) | [inline] |
Access the RealUrl property.
This property represents the URL of the document, from which the resulting data was downloaded. It may differs from the BaseUrl, if relocations presents.
Definition at line 131 of file weiTransport.h.
void iweResponse::RelocCount | ( | int | count | ) | [inline] |
Access the RelocCount property.
This property represents the number of relocations to reach RealUrl from BaseUrl
Definition at line 141 of file weiTransport.h.
int iweResponse::RelocCount | ( | void | ) | [inline] |
Access the RelocCount property.
This property represents the number of relocations to reach RealUrl from BaseUrl
Definition at line 140 of file weiTransport.h.
©2009 Positive Technologies |
Generated on Tue Jul 14 18:27:31 2009 for WebEngine by |
|
1.5.7 |
|