

Public Member Functions | |
| LLMediaTypeResponder (const LLHandle< LLFloater > parent) | |
| virtual void | completedHeader (U32 status, const std::string &reason, const LLSD &content) |
| virtual void | error (U32 status, const std::string &reason) |
| void | completeAny (U32 status, const std::string &mime_type) |
Public Attributes | |
| LLHandle< LLFloater > | mParent |
Definition at line 50 of file llfloaterurlentry.cpp.
Definition at line 53 of file llfloaterurlentry.cpp.
| virtual void LLMediaTypeResponder::completedHeader | ( | U32 | status, | |
| const std::string & | reason, | |||
| const LLSD & | content | |||
| ) | [inline, virtual] |
Reimplemented from LLCurl::Responder.
Definition at line 60 of file llfloaterurlentry.cpp.
References LLSD::asString(), and completeAny().

| virtual void LLMediaTypeResponder::error | ( | U32 | status, | |
| const std::string & | reason | |||
| ) | [inline, virtual] |
Reimplemented from LLCurl::Responder.
Definition at line 68 of file llfloaterurlentry.cpp.
References completeAny().

| void LLMediaTypeResponder::completeAny | ( | U32 | status, | |
| const std::string & | mime_type | |||
| ) | [inline] |
Definition at line 73 of file llfloaterurlentry.cpp.
References LLHandle< T >::get(), LLFloaterURLEntry::headerFetchComplete(), and mParent.
Referenced by completedHeader(), and error().


1.5.5