CMSDK 2.0.1
Cross-platform C++ base library and SDK for the Psyclone AIOS platform
Loading...
Searching...
No Matches
cmsdk::HTTPChunkedDecoder Class Reference

#include <StreamDecoders.h>

Public Member Functions

 HTTPChunkedDecoder ()
bool feed (const char *data, size_t count)
bool feed (const std::string &data)
const std::string & body () const
bool isComplete () const
bool hasError () const
void reset ()

Detailed Description

Definition at line 27 of file StreamDecoders.h.

Constructor & Destructor Documentation

◆ HTTPChunkedDecoder()

cmsdk::HTTPChunkedDecoder::HTTPChunkedDecoder ( )
inline

Definition at line 29 of file StreamDecoders.h.

Member Function Documentation

◆ body()

const std::string & cmsdk::HTTPChunkedDecoder::body ( ) const
inline

Definition at line 39 of file StreamDecoders.h.

Referenced by cmsdk::pumpChunkedStream().

◆ feed() [1/2]

bool cmsdk::HTTPChunkedDecoder::feed ( const char * data,
size_t count )
inline

Definition at line 32 of file StreamDecoders.h.

Referenced by cmsdk::pumpChunkedStream().

◆ feed() [2/2]

bool cmsdk::HTTPChunkedDecoder::feed ( const std::string & data)
inline

Definition at line 37 of file StreamDecoders.h.

References feed().

Referenced by feed().

◆ hasError()

bool cmsdk::HTTPChunkedDecoder::hasError ( ) const
inline

Definition at line 41 of file StreamDecoders.h.

◆ isComplete()

bool cmsdk::HTTPChunkedDecoder::isComplete ( ) const
inline

Definition at line 40 of file StreamDecoders.h.

Referenced by cmsdk::pumpChunkedStream().

◆ reset()

void cmsdk::HTTPChunkedDecoder::reset ( )
inline

Definition at line 43 of file StreamDecoders.h.


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