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

Method getHTTPProxy

libminifi/include/core/ProcessGroup.h:132–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130 return proxy_.port;
131 }
132 utils::HTTPProxy getHTTPProxy() {
133 return proxy_;
134 }
135 // Set Processor yield period in MilliSecond
136 void setYieldPeriodMsec(uint64_t period) {
137 yield_period_msec_ = period;

Callers 2

parsePortYamlMethod · 0.45
create_http_clientMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected