Classes | Public Types | Public Member Functions | List of all members
util::http::ListenerBase Class Reference
+ Inheritance diagram for util::http::ListenerBase:
+ Collaboration diagram for util::http::ListenerBase:

Public Types

typedef SendLambda< FiberSyncSocketSendFunction
 
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 ConnectionHandlerNewConnection (IoContext &context)=0
 
virtual void PreShutdown ()
 
virtual void PostShutdown ()
 

Additional Inherited Members

- Protected Member Functions inherited from util::ListenerInterface
IoContextPoolpool ()
 

Detailed Description

Definition at line 50 of file http_conn_handler.h.


The documentation for this class was generated from the following files: