MCPcopy Create free account
hub / github.com/OpenZWave/open-zwave / HttpClient

Method HttpClient

cpp/src/Http.cpp:60–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58
59
60HttpClient::HttpClient
61(
62 OpenZWave::Driver *drv
63):
64i_HttpClient(drv),
65m_exitEvent( new Event() ),
66m_httpThread ( new Thread( "HttpThread" ) ),
67m_httpThreadRunning(false),
68m_httpMutex ( new Mutex() ),
69m_httpDownloadEvent ( new Event() )
70{
71}
72
73HttpClient::~HttpClient
74(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected