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

Method SetKeepAlive

cpp/src/platform/HttpClient.h:269–269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

267 }
268
269 void SetKeepAlive(unsigned int secs) { _keep_alive = secs; }
270 void SetUserAgent(const std::string &s) { _user_agent = s; }
271 void SetAcceptEncoding(const std::string& s) { _accept_encoding = s; }
272 void SetFollowRedirect(bool follow) { _followRedir = follow; }

Callers 1

HttpThreadProcMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected