#include <llcurl.h>
Public Types | |
typedef boost::intrusive_ptr< Responder > | ResponderPtr |
Static Public Member Functions | |
static void | get (const std::string &url, ResponderPtr) |
static void | getByteRange (const std::string &url, S32 offset, S32 length, ResponderPtr responder) |
static void | process () |
static void | cleanup () |
Classes | |
class | Easy |
class | Multi |
class | Responder |
Definition at line 48 of file llcurl.h.
typedef boost::intrusive_ptr<Responder> LLCurl::ResponderPtr |
void LLCurl::cleanup | ( | ) | [static] |
void LLCurl::get | ( | const std::string & | url, | |
ResponderPtr | ||||
) | [static] |
void LLCurl::getByteRange | ( | const std::string & | url, | |
S32 | offset, | |||
S32 | length, | |||
ResponderPtr | responder | |||
) | [static] |
Definition at line 365 of file llcurl.cpp.
References LLCurl::Multi::getByteRange(), and mainMulti().
Referenced by LLTextureFetchWorker::doWork().
void LLCurl::process | ( | ) | [static] |
Definition at line 371 of file llcurl.cpp.
References mainMulti(), and LLCurl::Multi::process().
Referenced by main_loop().