ANNA Suite  2020b
Multipurpose development suite for Telco applications
Public Member Functions | Protected Member Functions | List of all members
anna::http::parser::ReadHeader Class Reference

#include <ReadHeader.hpp>

Inheritance diagram for anna::http::parser::ReadHeader:
Inheritance graph
[legend]
Collaboration diagram for anna::http::parser::ReadHeader:
Collaboration graph
[legend]

Public Member Functions

 ReadHeader ()
 

Protected Member Functions

 ReadHeader (const ClassType::_v classType)
 
virtual int processLine (Transport &, const DataBlock &, const Token &line) const noexcept(false)
 
- Protected Member Functions inherited from anna::http::parser::Abstract
 Abstract (const ClassType::_v classType)
 

Additional Inherited Members

- Static Protected Member Functions inherited from anna::http::parser::Abstract
static void setState (Transport &, const ClassType::_v)
 
static void setLastChunkedByte (Transport &, const int lastChunkedByte)
 
static const DataBlockgetFullMessage (Transport &)
 
static void appendExtraParameter (Message *, const std::string &extraParameter)
 

Constructor & Destructor Documentation

◆ ReadHeader() [1/2]

anna::http::parser::ReadHeader::ReadHeader ( )
inline
22 : parser::Abstract(ClassType::ReadHeader) {;}

◆ ReadHeader() [2/2]

anna::http::parser::ReadHeader::ReadHeader ( const ClassType::_v  classType)
inlineprotected
25 : parser::Abstract(classType) {;}
Here is the call graph for this function:

Member Function Documentation

◆ processLine()

virtual int anna::http::parser::ReadHeader::processLine ( Transport ,
const DataBlock ,
const Token line 
) const
protectedvirtualnoexcept

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