#include <llcurl.h>
Inheritance diagram for LLCurl::Responder:
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 |
Definition at line 53 of file llcurl.h.
LLCurl::Responder::Responder | ( | ) |
Definition at line 60 of file llcurl.cpp.
LLCurl::Responder::~Responder | ( | ) | [virtual] |
Definition at line 64 of file llcurl.cpp.
The default implemetnation calls either: result(), or error()
Reimplemented in LLTextureFetchWorker::HTTPGetResponder.
Definition at line 80 of file llcurl.cpp.
Definition at line 69 of file llcurl.cpp.
References llendl, and llinfos.
Referenced by completed().
void LLCurl::Responder::result | ( | const std::stringstream & | content | ) | [virtual] |