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

Method TSimpleServer

lib/cpp/src/thrift/server/TSimpleServer.cpp:35–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33using std::string;
34
35TSimpleServer::TSimpleServer(const shared_ptr<TProcessorFactory>& processorFactory,
36 const shared_ptr<TServerTransport>& serverTransport,
37 const shared_ptr<TTransportFactory>& transportFactory,
38 const shared_ptr<TProtocolFactory>& protocolFactory)
39 : TServerFramework(processorFactory, serverTransport, transportFactory, protocolFactory) {
40 TServerFramework::setConcurrentClientLimit(1);
41}
42
43TSimpleServer::TSimpleServer(const shared_ptr<TProcessor>& processor,
44 const shared_ptr<TServerTransport>& serverTransport,

Callers 1

PythonServer.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected