CCF
Loading...
Searching...
No Matches
Public Member Functions | List of all members
http::ErrorReporter Class Referenceabstract

#include <error_reporter.h>

Inherited by ccf::RPCSessions.

Public Member Functions

virtual ~ErrorReporter ()
 
virtual void report_parsing_error (const ccf::ListenInterfaceID &)=0
 
virtual void report_request_payload_too_large_error (const ccf::ListenInterfaceID &)=0
 
virtual void report_request_header_too_large_error (const ccf::ListenInterfaceID &)=0
 

Constructor & Destructor Documentation

◆ ~ErrorReporter()

virtual http::ErrorReporter::~ErrorReporter ( )
inlinevirtual

Member Function Documentation

◆ report_parsing_error()

virtual void http::ErrorReporter::report_parsing_error ( const ccf::ListenInterfaceID )
pure virtual

Implemented in ccf::RPCSessions.

◆ report_request_header_too_large_error()

virtual void http::ErrorReporter::report_request_header_too_large_error ( const ccf::ListenInterfaceID )
pure virtual

Implemented in ccf::RPCSessions.

◆ report_request_payload_too_large_error()

virtual void http::ErrorReporter::report_request_payload_too_large_error ( const ccf::ListenInterfaceID )
pure virtual

Implemented in ccf::RPCSessions.


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