|
bitz-server
1.0.0
|
Additional Inherited Members | |
Public Member Functions inherited from bitz::RequestHandler | |
| RequestHandler (const std::string &method) | |
| const std::string & | method () const throw () |
| virtual icap::Response * | process (icap::RequestHeader *req_header, psocksxx::iosockstream *socket) throw () |
Protected Member Functions inherited from bitz::RequestHandler | |
| bool | load_modifier (const std::string &file, Modifier::symbols_t &symbols) throw () |
| void | unload_modifier (void *modifier) throw () |
| void | load_modules () throw () |
| void | cleanup_modules () throw () |
| icap::Response * | process_preview (icap::Request *request, psocksxx::iosockstream *socket) throw () |
| icap::Response * | process_modify (icap::Request *request) throw () |
| bool | preview_continue (icap::Response *response, icap::Request *request, psocksxx::iosockstream *socket) throw () |
Protected Attributes inherited from bitz::RequestHandler | |
| unsigned int | _handlers_count |
| handler_t * | _handlers |
1.8.11