Bitcoin Core  27.99.0
P2P Digital Currency
Public Member Functions | List of all members
HTTPClosure Class Referenceabstract

Event handler closure. More...

#include <httpserver.h>

Inheritance diagram for HTTPClosure:
[legend]

Public Member Functions

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

Detailed Description

Event handler closure.

Definition at line 150 of file httpserver.h.

Constructor & Destructor Documentation

◆ ~HTTPClosure()

virtual HTTPClosure::~HTTPClosure ( )
inlinevirtual

Definition at line 154 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: