SNode.C
|
#include <SendFragmentCommand.h>
Public Member Functions | |
SendFragmentCommand (const char *chunk, std::size_t chunkLen) | |
~SendFragmentCommand () override | |
bool | execute (Request *request) override |
![]() | |
RequestCommand ()=default | |
RequestCommand (const RequestCommand &)=delete | |
RequestCommand (RequestCommand &&) noexcept=delete | |
RequestCommand & | operator= (const RequestCommand &)=delete |
RequestCommand & | operator= (RequestCommand &&) noexcept=delete |
virtual | ~RequestCommand () |
bool | getError () const |
Private Attributes | |
char * | chunk |
std::size_t | chunkLen |
Additional Inherited Members | |
![]() | |
bool | error = false |
Definition at line 54 of file SendFragmentCommand.h.
web::http::client::commands::SendFragmentCommand::SendFragmentCommand | ( | const char * | chunk, |
std::size_t | chunkLen | ||
) |
Definition at line 54 of file SendFragmentCommand.cpp.
References chunk, and chunkLen.
Referenced by web::http::client::Request::sendFragment().
|
override |
Definition at line 60 of file SendFragmentCommand.cpp.
References chunk.
|
overridevirtual |
Implements web::http::client::RequestCommand.
Definition at line 64 of file SendFragmentCommand.cpp.
References chunk, chunkLen, and web::http::client::Request::executeSendFragment().
|
private |
Definition at line 63 of file SendFragmentCommand.h.
Referenced by execute(), SendFragmentCommand(), and ~SendFragmentCommand().
|
private |
Definition at line 64 of file SendFragmentCommand.h.
Referenced by execute(), and SendFragmentCommand().