MCPcopy Create free account
hub / github.com/BlueAndi/Pixelix / HttpService

Method HttpService

lib/HttpService/src/HttpService.h:183–194  ·  view source on GitHub ↗

* Constructs the service instance. */

Source from the content-addressed store, hash-verified

181 * Constructs the service instance.
182 */
183 HttpService() :
184 IService(),
185 m_mutex(),
186 m_isRunning(false),
187 m_requestList(),
188 m_responseList(),
189 m_jobIdCounter(INVALID_HTTP_JOB_ID),
190 m_activeJobId(INVALID_HTTP_JOB_ID),
191 m_workerData(),
192 m_worker()
193 {
194 }
195
196 /**
197 * Destroys the service instance.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected