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

Method getHttpProxyHost

libminifi/include/core/ProcessGroup.h:111–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109 proxy_.host = host;
110 }
111 std::string getHttpProxyHost() {
112 return proxy_.host;
113 }
114 void setHttpProxyUserName(std::string &username) {
115 proxy_.username = username;
116 }

Callers 1

parsePortYamlMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected