A factory for message processors. More...
#include <gprocessorfactory.h>
Static Public Member Functions | |
static Processor * | newProcessor (const std::string &address, unsigned int timeout) |
Returns a Processor on the heap. More... | |
static std::string | check (const std::string &address) |
Checks an address. More... | |
A factory for message processors.
Definition at line 39 of file gprocessorfactory.h.
|
static |
Checks an address.
Returns an empty string if okay, or a diagnostic reason string.
Definition at line 32 of file gprocessorfactory_exec_enabled.cpp.
References GSmtp::FactoryParser::check().
|
static |
Returns a Processor on the heap.
Definition at line 37 of file gprocessorfactory_exec_enabled.cpp.
References GSmtp::FactoryParser::parse(), and G::Str::toUInt().