A Processor class that passes the name of a message file to a remote process over the network. More...
#include <gnetworkprocessor.h>
Public Member Functions | |
NetworkProcessor (const std::string &, unsigned int connection_timeout, unsigned int response_timeout) | |
Constructor. More... | |
virtual | ~NetworkProcessor () |
Destructor. More... | |
virtual G::Signal1< bool > & | doneSignal () |
Final override from GNet::Processor. More... | |
virtual void | start (const std::string &path) |
Final override from GNet::Processor. More... | |
virtual void | abort () |
Final override from GNet::Processor. More... | |
virtual std::string | text () const |
Final override from GNet::Processor. More... | |
virtual bool | cancelled () const |
Final override from GNet::Processor. More... | |
virtual bool | repoll () const |
Final override from GNet::Processor. More... | |
![]() | |
virtual | ~Processor () |
Destructor. More... | |
A Processor class that passes the name of a message file to a remote process over the network.
Definition at line 40 of file gnetworkprocessor.h.
GSmtp::NetworkProcessor::NetworkProcessor | ( | const std::string & | server, |
unsigned int | connection_timeout, | ||
unsigned int | response_timeout | ||
) |
|
virtual |
Destructor.
Definition at line 36 of file gnetworkprocessor.cpp.
|
virtual |
Final override from GNet::Processor.
Implements GSmtp::Processor.
Definition at line 81 of file gnetworkprocessor.cpp.
|
virtual |
Final override from GNet::Processor.
Implements GSmtp::Processor.
Definition at line 61 of file gnetworkprocessor.cpp.
|
virtual |
Final override from GNet::Processor.
Implements GSmtp::Processor.
Definition at line 76 of file gnetworkprocessor.cpp.
|
virtual |
Final override from GNet::Processor.
Implements GSmtp::Processor.
Definition at line 66 of file gnetworkprocessor.cpp.
|
virtual |
Final override from GNet::Processor.
Implements GSmtp::Processor.
Definition at line 41 of file gnetworkprocessor.cpp.
|
virtual |
Final override from GNet::Processor.
Implements GSmtp::Processor.
Definition at line 71 of file gnetworkprocessor.cpp.