Inheritance diagram for LLHTTPResponseHeader:
Public Member Functions | |
LLHTTPResponseHeader () | |
virtual | ~LLHTTPResponseHeader () |
Protected Member Functions | |
EStatus | process_impl (const LLChannelDescriptors &channels, buffer_ptr_t &buffer, bool &eos, LLSD &context, LLPumpIO *pump) |
Process the data in buffer. | |
Protected Attributes | |
S32 | mCode |
Definition at line 336 of file lliohttpserver.cpp.
LLHTTPResponseHeader::LLHTTPResponseHeader | ( | ) | [inline] |
Definition at line 339 of file lliohttpserver.cpp.
virtual LLHTTPResponseHeader::~LLHTTPResponseHeader | ( | ) | [inline, virtual] |
Definition at line 340 of file lliohttpserver.cpp.
LLIOPipe::EStatus LLHTTPResponseHeader::process_impl | ( | const LLChannelDescriptors & | channels, | |
buffer_ptr_t & | buffer, | |||
bool & | eos, | |||
LLSD & | context, | |||
LLPumpIO * | pump | |||
) | [protected] |
Process the data in buffer.
Definition at line 366 of file lliohttpserver.cpp.
References LLSD::asString(), CONTEXT_RESPONSE(), HTTP_VERSION_STR, LLChannelDescriptors::in(), LLMemType::MTYPE_IO_HTTP_SERVER, NULL, LLChannelDescriptors::out(), PUMP_DEBUG, S32, LLIOPipe::STATUS_DONE, LLIOPipe::STATUS_OK, and type.
S32 LLHTTPResponseHeader::mCode [protected] |
Definition at line 358 of file lliohttpserver.cpp.