Inheritance diagram for util::http::ListenerBase:
Collaboration diagram for util::http::ListenerBase:Public Types | |
| typedef SendLambda< FiberSyncSocket > | SendFunction |
| typedef std::function< void(const QueryArgs &, SendFunction *)> | RequestCb |
Public Member Functions | |
| bool | RegisterCb (StringPiece path, bool protect, RequestCb cb) |
Public Member Functions inherited from util::ListenerInterface | |
| void | RegisterPool (IoContextPool *pool) |
| virtual ConnectionHandler * | NewConnection (IoContext &context)=0 |
| virtual void | PreShutdown () |
| virtual void | PostShutdown () |
Additional Inherited Members | |
Protected Member Functions inherited from util::ListenerInterface | |
| IoContextPool * | pool () |
Definition at line 50 of file http_conn_handler.h.
1.8.15