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

Method setConnectionTimeout

extensions/sftp/client/SFTPClient.cpp:232–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230}
231
232bool SFTPClient::setConnectionTimeout(int64_t timeout) {
233 return curl_easy_setopt(easy_, CURLOPT_CONNECTTIMEOUT_MS, timeout) == CURLE_OK;
234}
235
236void SFTPClient::setDataTimeout(int64_t timeout) {
237 data_timeout_ = timeout;

Callers 3

onTriggerMethod · 0.45
getOrCreateConnectionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected