crawlserv++  [under development]
Application for crawling and analyzing textual content of websites.
Thread.hpp File Reference
#include "Config.hpp"
#include "Database.hpp"
#include "../Thread.hpp"
#include "../../Helper/CommaLocale.hpp"
#include "../../Helper/DateTime.hpp"
#include "../../Helper/DotLocale.hpp"
#include "../../Helper/Strings.hpp"
#include "../../Helper/Utf8.hpp"
#include "../../Main/Exception.hpp"
#include "../../Network/Curl.hpp"
#include "../../Network/TorControl.hpp"
#include "../../Query/Container.hpp"
#include "../../Struct/DataEntry.hpp"
#include "../../Struct/NetworkSettings.hpp"
#include "../../Struct/QueryProperties.hpp"
#include "../../Struct/QueryStruct.hpp"
#include "../../Struct/StatusSetter.hpp"
#include "../../Struct/ThreadOptions.hpp"
#include "../../Struct/ThreadStatus.hpp"
#include "../../Timer/Simple.hpp"
#include "../../_extern/jsoncons/include/jsoncons/json.hpp"
#include "../../_extern/jsoncons/include/jsoncons_ext/jsonpath/json_query.hpp"
#include "../../_extern/rapidjson/include/rapidjson/document.h"
#include <algorithm>
#include <chrono>
#include <cstddef>
#include <cstdint>
#include <exception>
#include <iomanip>
#include <ios>
#include <queue>
#include <set>
#include <sstream>
#include <stdexcept>
#include <string>
#include <string_view>
#include <utility>
#include <vector>
Include dependency graph for Thread.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  crawlservpp::Module::Extractor::Thread
 Extractor thread. More...
 
class  crawlservpp::Module::Extractor::Thread::Exception
 Class for extractor exceptions. More...
 

Namespaces

 crawlservpp::Module::Extractor
 Namespace for extractor classes.
 

Constants

constexpr auto crawlservpp::Module::Extractor::httpResponseCodeMin {400}
 Minimum HTTP error code. More...
 
constexpr auto crawlservpp::Module::Extractor::httpResponseCodeMax {599}
 Maximum HTTP error code. More...
 
constexpr auto crawlservpp::Module::Extractor::httpResponseCodeIgnore {200}
 HTTP response code to be ignored when checking for errors. More...