LLCurl::Responder Class Reference

#include <llcurl.h>

Inheritance diagram for LLCurl::Responder:

Inheritance graph
[legend]
List of all members.

Public Member Functions

 Responder ()
virtual ~Responder ()
virtual void error (U32 status, const std::stringstream &content)
virtual void result (const std::stringstream &content)
virtual void completed (U32 status, const std::stringstream &content)

Public Attributes

U32 mReferenceCount

Detailed Description

Definition at line 53 of file llcurl.h.


Constructor & Destructor Documentation

LLCurl::Responder::Responder (  ) 

Definition at line 60 of file llcurl.cpp.

LLCurl::Responder::~Responder (  )  [virtual]

Definition at line 64 of file llcurl.cpp.


Member Function Documentation

void LLCurl::Responder::completed ( U32  status,
const std::stringstream &  content 
) [virtual]

The default implemetnation calls either: result(), or error()

Reimplemented in LLTextureFetchWorker::HTTPGetResponder.

Definition at line 80 of file llcurl.cpp.

References error(), and result().

void LLCurl::Responder::error ( U32  status,
const std::stringstream &  content 
) [virtual]

Definition at line 69 of file llcurl.cpp.

References llendl, and llinfos.

Referenced by completed().

void LLCurl::Responder::result ( const std::stringstream &  content  )  [virtual]

Definition at line 75 of file llcurl.cpp.

Referenced by completed().


Member Data Documentation

U32 LLCurl::Responder::mReferenceCount

Definition at line 71 of file llcurl.h.


The documentation for this class was generated from the following files:
Generated on Thu Jul 1 06:11:13 2010 for Second Life Viewer by  doxygen 1.4.7