Searched refs:TServerFramework (Results 1 – 4 of 4) sorted by relevance
49 TServerFramework::TServerFramework(const shared_ptr<TProcessorFactory> &processorFactory, in TServerFramework() function in apache::thrift::server::TServerFramework58 TServerFramework::TServerFramework(const shared_ptr<TProcessor> &processor, in TServerFramework() function in apache::thrift::server::TServerFramework67 TServerFramework::TServerFramework(const shared_ptr<TProcessorFactory> &processorFactory, in TServerFramework() function in apache::thrift::server::TServerFramework79 TServerFramework::TServerFramework(const shared_ptr<TProcessor> &processor, in TServerFramework() function in apache::thrift::server::TServerFramework91 TServerFramework::~TServerFramework() = default;106 void TServerFramework::serve() in serve()162 bind(&TServerFramework::disposeConnectedClient, this, in serve()190 int64_t TServerFramework::getConcurrentClientLimit() const in getConcurrentClientLimit()196 int64_t TServerFramework::getConcurrentClientCount() const in getConcurrentClientCount()202 int64_t TServerFramework::getConcurrentClientCountHWM() const in getConcurrentClientCountHWM()[all …]
55 class TServerFramework : public TServer58 TServerFramework(65 TServerFramework(72 TServerFramework(84 TServerFramework(96 ~TServerFramework();
42 class TSimpleServer : public TServerFramework
30 src/thrift/server/TServerFramework.cpp