Public Member Functions | List of all members
util::http::Listener< Handler > Class Template Reference
+ Inheritance diagram for util::http::Listener< Handler >:
+ Collaboration diagram for util::http::Listener< Handler >:

Public Member Functions

ConnectionHandlerNewConnection (IoContext &cntx) final
 
- Public Member Functions inherited from util::http::ListenerBase
bool RegisterCb (StringPiece path, bool protect, RequestCb cb)
 
- Public Member Functions inherited from util::ListenerInterface
void RegisterPool (IoContextPool *pool)
 
virtual void PreShutdown ()
 
virtual void PostShutdown ()
 

Additional Inherited Members

- Public Types inherited from util::http::ListenerBase
typedef SendLambda< FiberSyncSocketSendFunction
 
typedef std::function< void(const QueryArgs &, SendFunction *)> RequestCb
 
- Protected Member Functions inherited from util::ListenerInterface
IoContextPoolpool ()
 

Detailed Description

template<typename Handler = HttpHandler>
class util::http::Listener< Handler >

Definition at line 91 of file http_conn_handler.h.


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