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

Method initialize

src/HttpcServer.cpp:84–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82HttpcServer::~HttpcServer() {}
83
84void HttpcServer::initialize(
85 int port,
86 bool nonblock) {
87 TcpSocket::initialize(_bindIPAddress, port, nonblock);
88}
89
90const std::string &HttpcServer::getProtocolVersionString() const {
91 if (getProtocolString() == "RTSP") {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected