

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 338 of file lliohttpserver.cpp.
| LLHTTPResponseHeader::LLHTTPResponseHeader | ( | ) | [inline] |
Definition at line 341 of file lliohttpserver.cpp.
| virtual LLHTTPResponseHeader::~LLHTTPResponseHeader | ( | ) | [inline, virtual] |
Definition at line 342 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 368 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, and LLIOPipe::STATUS_OK.

S32 LLHTTPResponseHeader::mCode [protected] |
Definition at line 360 of file lliohttpserver.cpp.
1.5.5