iweResponse Class Reference

Response from the iweTransport. More...

#include <weiTransport.h>

Inheritance diagram for iweResponse:

iweOperation WeHttpResponse

List of all members.

Public Member Functions

 iweResponse ()
virtual ~iweResponse ()
WeBlobData ()
 Unstructured data for the request.
virtual void Process (iweTransport *proc)=0
WeURLRealUrl (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.


Detailed Description

Response from the iweTransport.

Author:
A. Abramov
Date:
10.06.2009

Definition at line 119 of file weiTransport.h.


Constructor & Destructor Documentation

iweResponse::iweResponse (  )  [inline]

Definition at line 122 of file weiTransport.h.

virtual iweResponse::~iweResponse (  )  [inline, virtual]

Definition at line 123 of file weiTransport.h.


Member Function Documentation

WeBlob& iweResponse::Data ( void   )  [inline]

Unstructured data for the request.

Examples:
httpget.cpp.

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.

Examples:
httpget.cpp.

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.

Examples:
httpget.cpp.

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

Examples:
httpget.cpp.

Definition at line 140 of file weiTransport.h.


The documentation for this class was generated from the following file:


 
©2009 Positive Technologies
 
Generated on Tue Jul 14 18:27:31 2009 for WebEngine by 
 
 
1.5.7
 
Get wpcObj at SourceForge.net. Fast, secure and Free Open Source software downloads