MCPcopy Create free account
hub / github.com/apache/nifi-minifi-cpp / setReadTimeout

Method setReadTimeout

extensions/http-curl/client/HTTPClient.cpp:168–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166}
167
168DEPRECATED(/*deprecated in*/ 0.8.0, /*will remove in */ 2.0) void HTTPClient::setReadTimeout(int64_t timeout) {
169 setReadTimeout(std::chrono::milliseconds(timeout * 1000));
170}
171
172void HTTPClient::setConnectionTimeout(std::chrono::milliseconds timeout) {
173 connect_timeout_ms_ = timeout;

Callers 4

create_http_clientMethod · 0.80
onTriggerMethod · 0.80
onTriggerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected