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

Method close

libminifi/src/io/tls/TLSSocket.cpp:155–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153}
154
155void TLSSocket::close() {
156 if (ssl_ != 0) {
157 SSL_free(ssl_);
158 ssl_ = nullptr;
159 }
160 Socket::close();
161}
162
163/**
164 * Constructor that accepts host name, port and listeners. With this

Callers 1

initializeMethod · 0.45

Calls 1

closeFunction · 0.85

Tested by

no test coverage detected