#include <HttpServerChannel.hpp>
Public Types | |
| enum | statesEnum { PROTOCOL, HOST, PORT, LOCATION } |
| enum | httpHeaders { HTTP_SIGNATURE, HTTP_RETURN_CODE, HTTP_END_HEADERS } |
Public Member Functions | |
| HttpServerChannel (xct::socket::Socket *, bool keepAlive=false) | |
| HttpServerChannel & | operator<< (const std::string &str) |
| void | send (const std::string &str) |
| void | receive (std::string &) |
| void | flush () |
| void | setResponseProperty (std::string key, std::string val) |
| std::string | readLine (std::string buffer, int *index) |
| void | shutDown () |
| std::string | getURL () |
| bool | closed () |
1.3.7