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

Method setHttpProxyPort

libminifi/include/core/ProcessGroup.h:126–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124 return proxy_.password;
125 }
126 void setHttpProxyPort(int port) {
127 proxy_.port = port;
128 }
129 int getHttpProxyPort() {
130 return proxy_.port;
131 }

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected