Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

HTTPClosure Class Referenceabstract

Event handler closure. More...

#include <httpserver.h>

+ Inheritance diagram for HTTPClosure:

Public Member Functions

virtual void operator() ()=0
 
virtual ~HTTPClosure ()
 

Detailed Description

Event handler closure.

Definition at line 121 of file httpserver.h.

Constructor & Destructor Documentation

◆ ~HTTPClosure()

virtual HTTPClosure::~HTTPClosure ( )
inlinevirtual

Definition at line 125 of file httpserver.h.

Member Function Documentation

◆ operator()()

virtual void HTTPClosure::operator() ( )
pure virtual

Implemented in HTTPWorkItem.


The documentation for this class was generated from the following file:
Released under the MIT license