MCPcopy Create free account
hub / github.com/apache/thrift / setSocket

Method setSocket

lib/cpp/src/thrift/server/TNonblockingServer.cpp:417–419  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

415}
416
417void TNonblockingServer::TConnection::setSocket(std::shared_ptr<TSocket> socket) {
418 tSocket_ = socket;
419}
420
421void TNonblockingServer::TConnection::workSocket() {
422 while (true) {

Callers 1

createConnectionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected