bitz-server  1.0.2
List of all members
bitz::RespmodRequestHandler Class Reference
Inheritance diagram for bitz::RespmodRequestHandler:
bitz::RequestHandler

Additional Inherited Members

- Public Member Functions inherited from bitz::RequestHandler
 RequestHandler (const std::string &method)
 
const std::string & method () const throw ()
 
virtual icap::Responseprocess (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::Responseprocess_preview (icap::Request *request, psocksxx::iosockstream *socket) throw ()
 
icap::Responseprocess_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