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

Method getInterface

libminifi/include/core/ProcessGroup.h:99–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97 local_network_interface_ = ifc;
98 }
99 std::string getInterface() {
100 return local_network_interface_;
101 }
102 void setTransportProtocol(std::string &protocol) {
103 transport_protocol_ = protocol;
104 }

Callers 2

create_http_clientMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected