MCPcopy Create free account
hub / github.com/azadkuh/qhttp / setSocketDescriptor

Method setSocketDescriptor

src/qhttpserverconnection.cpp:17–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17void
18QHttpConnection::setSocketDescriptor(qintptr sokDescriptor, TBackend backendType) {
19 d_ptr->createSocket(sokDescriptor, backendType);
20}
21
22QHttpConnection::~QHttpConnection() {
23 QHTTP_LINE_LOG

Callers 4

createFunction · 0.80
incomingConnectionMethod · 0.80
initLocalSocketMethod · 0.80

Calls 1

createSocketMethod · 0.80

Tested by

no test coverage detected