MCPcopy Create free account
hub / github.com/Barracuda09/SATPI / HttpServer

Method HttpServer

src/HttpServer.cpp:35–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33#include <sstream>
34
35HttpServer::HttpServer(
36 base::XMLSupport &xml,
37 StreamManager &streamManager,
38 const std::string &bindIPAddress,
39 Properties &properties) :
40 ThreadBase("HttpServer"),
41 HttpcServer(20, "HTTP", streamManager, bindIPAddress),
42 _properties(properties),
43 _xml(xml) {}
44
45HttpServer::~HttpServer() {
46 cancelThread();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected