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

Method setInterface

libminifi/include/io/ClientSocket.h:128–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126 int initialize() override;
127
128 virtual void setInterface(io::NetworkInterface interface) {
129 local_network_interface_ = std::move(interface);
130 }
131
132 /**
133 * Sets the non blocking flag on the file descriptor.

Callers 5

parsePortYamlMethod · 0.45
OpenMethod · 0.45
createSocketMethod · 0.45
createSecureSocketMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected