#include <method.h>
Public Member Functions | |
Method_function_adapter (Method_function f) | |
![]() | |
void | process_execution (Interceptor *, const Param_list ¶ms, Value &response) |
const std::string & | name () const |
const iqnet::Inet_addr & | peer_addr () const |
Server_feedback & | server () |
bool | authenticated () const |
const std::string & | authname () const |
void | authname (const std::string &n) |
Adapter that allows make server method from plain function.