MCPcopy Create free account
hub / github.com/Barracuda09/SATPI / getHttpSocketPort

Method getHttpSocketPort

src/StreamClient.cpp:121–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119}
120
121int StreamClient::getHttpSocketPort() const {
122 base::MutexLock lock(_mutex);
123 return (_socketClient == nullptr) ? 0 : _socketClient->getSocketPort();
124}
125
126int StreamClient::getHttpNetworkSendBufferSize() const {
127 base::MutexLock lock(_mutex);

Callers 4

~StreamThreadRtcpTcpMethod · 0.80
getStreamSocketPortMethod · 0.80
getStreamSocketPortMethod · 0.80
getStreamSocketPortMethod · 0.80

Calls 1

getSocketPortMethod · 0.80

Tested by

no test coverage detected